aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2012-03-11
* net: Use bool for return value of dev_valid_name().David S. Miller2012-03-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-05
|\
| * rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet2012-03-04
* | net: export netdev_stats_to_stats64Eric Dumazet2012-03-05
* | rtnetlink: Fix VF IFLA policyGreg Rose2012-03-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-26
|\|
| * rtnetlink: Fix problem with buffer allocationGreg Rose2012-02-21
| * neighbour: Fixed race condition at tbl->nhtMichel Machado2012-02-21
* | netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-26
* | net: Add missing getsockopt for SO_NOFCS.David S. Miller2012-02-24
* | net: Support RX-ALL feature flag.Ben Greear2012-02-24
* | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-24
* | net: Support RXFCS feature flag.Ben Greear2012-02-24
* | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-21
* | datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-21
* | datagram: Factor out sk queue referencingPavel Emelyanov2012-02-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-19
|\|
| * netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-14
* | gro: fix truesize underestimationEric Dumazet2012-02-13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-10
|\|
| * netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-10
| * netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman2012-02-10
| * netprio_cgroup: fix an off-by-one bugNeil Horman2012-02-10
| * gro: more generic L2 header checkEric Dumazet2012-02-08
* | gro: more generic L2 header checkEric Dumazet2012-02-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-04
|\|
| * netprio_cgroup: Fix obo in get_prioidxNeil Horman2012-02-04
| * ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings2012-02-01
| * net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula2012-01-26
| * netns: fix net_alloc_generic()Eric Dumazet2012-01-26
* | PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches2012-02-01
* | netpoll: Neaten MAX_SKB_SIZE macroJoe Perches2012-02-01
* | netpoll: Convert printks to np_<level> and add pr_fmtJoe Perches2012-02-01
* | net: Allow ipv6 proxies and arp proxies be shown with iproute2Tony Zelenoff2012-01-30
|/
* net: flow_dissector.c missing include linux/export.hJesper Dangaard Brouer2012-01-24
* ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław2012-01-22
* net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa2012-01-22
* pktgen: Fix unsigned function that is returning negative valsPaul Gortmaker2012-01-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-18
|\
| * net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław2012-01-17
| * net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings2012-01-17
| * net: fix some sparse errorsEric Dumazet2012-01-17
| * net: Use device model to get driver name in skb_gso_segment()Ben Hutchings2012-01-17
| * bql: Fix inconsistency between file mode and attr method.Hiroaki SHIMODA2012-01-17
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-14
|\ \ | |/ |/|
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-05
* | net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-12
* | net: Fix build with INET disabled.David S. Miller2012-01-09
* | net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko2012-01-09