summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: convert multicast list to list_headJiri Pirko2010-04-034-396/+291Star
* net: move address list functions to a separate fileJiri Pirko2010-04-033-428/+483
* net: illegal_highdma() fixEric Dumazet2010-04-021-1/+3
* net: change illegal_highdma to use dma_maskFUJITA Tomonori2010-04-021-6/+14
* flow: structurize flow cacheTimo Teräs2010-04-021-104/+119
* rps: keep the old behavior on SMP without rpsChangli Gao2010-04-021-14/+28
* fix net/core/dst.c coding style error and warningslaurent chavey2010-03-311-21/+20Star
* netdev: ethtool RXHASH flagstephen hemminger2010-03-311-1/+6
* rps: fix net-sysfs build for !CONFIG_RPSStephen Rothwell2010-03-291-3/+4
* net: __netif_receive_skb should be staticEric Dumazet2010-03-291-1/+1
* net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64Jan Engelhardt2010-03-281-0/+1
* net: fix unaligned access in IFLA_STATS64Jan Engelhardt2010-03-281-31/+31
* rps: add CONFIG_RPSEric Dumazet2010-03-251-10/+19
* net: Fix locking in flush_backlogTom Herbert2010-03-241-4/+8
* rps: Fix build with CONFIG_SYSFS enabledTom Herbert2010-03-231-0/+4
* pktgen node allocationRobert Olsson2010-03-221-5/+53
* net: dev_getfirstbyhwtype() optimizationEric Dumazet2010-03-221-7/+10
* net: speedup netdev_set_master()Eric Dumazet2010-03-221-4/+3Star
* bonding: flush unicast and multicast lists when changing typeJiri Pirko2010-03-221-2/+4
* net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event()Patrick McHardy2010-03-221-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-03-201-3/+5
|\
| * net: Potential null skb->dev dereferenceEric Dumazet2010-03-191-3/+5
* | bonding: check return value of nofitier when changing typeJiri Pirko2010-03-191-2/+2
* | rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert2010-03-191-0/+24
* | net: core: add IFLA_STATS64 supportJan Engelhardt2010-03-171-1/+41
* | net: remove rcu locking from fib_rules_event()Eric Dumazet2010-03-171-8/+2Star
* | rps: Receive Packet SteeringTom Herbert2010-03-173-57/+505
|/
* NET: netpoll, fix potential NULL ptr dereferenceJiri Slaby2010-03-161-2/+2
* net: Fix dev_mc_add()Eric Dumazet2010-03-101-2/+3
* net: Annotates neigh_invalidate()Eric Dumazet2010-03-101-0/+2
* ethtool: Use noinline_for_stackEric Dumazet2010-03-081-32/+8Star
* sock.c: potential null dereferenceDan Carpenter2010-03-081-1/+2
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-4/+3Star
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-0/+72
* net: backlog functions renameZhu Yi2010-03-051-1/+1
* net: add limit for socket backlogZhu Yi2010-03-051-2/+14
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-03-014-5/+14
|\
| * net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-254-5/+14
* | scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman2010-03-011-0/+2
* | ethtool: do not set some flags, if others failedJeff Garzik2010-02-281-4/+6
* | rtnetlink: support specifying device flags on device creationPatrick McHardy2010-02-271-9/+43
* | dev: support deferring device flag change notificationsPatrick McHardy2010-02-272-61/+104
* | rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy2010-02-272-4/+8
* | rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()Patrick McHardy2010-02-271-0/+1
* | Revert "ethtool: Add n-tuple string length to drvinfo and return it"David S. Miller2010-02-261-3/+0Star
* | net: add addr len check to dev_mc_addJiri Pirko2010-02-261-0/+2
* | ethtool: Add n-tuple string length to drvinfo and return itPeter Waskiewicz2010-02-261-0/+3
* | netdev: use list_first_entry macrostephen hemminger2010-02-261-3/+3
* | rtnetlink: clean up SR-IOV config interfaceWilliams, Mitch A2010-02-261-8/+5Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-261-1/+2
|\|