summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet2010-05-061-6/+5Star
* rtnetlink: potential ERR_PTR dereferenceDan Carpenter2010-04-231-2/+3
* net: Fix an RCU warning in dev_pick_tx()David Howells2010-04-211-1/+1
* net: dev_pick_tx() fixEric Dumazet2010-04-151-2/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3016-2/+14
* netpoll: warn when there are spaces in parametersAmerigo Wang2010-03-231-2/+5
* net: Potential null skb->dev dereferenceEric Dumazet2010-03-191-3/+5
* 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
|\|
| * net: bug fix for vlan + gro issueAjit Khaparde2010-02-241-1/+1
| * net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman2010-02-201-1/+2
* | xfrm: SA lookups signature with markJamal Hadi Salim2010-02-231-1/+2
* | net: export attach/detach filter routinesMichael S. Tsirkin2010-02-181-0/+2
* | net: bug fix for vlan + gro issueAjit Khaparde2010-02-181-1/+1
* | ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings2010-02-171-3/+0Star
* | net: use kasprintf() for socket cache namesAlexey Dobriyan2010-02-171-8/+2Star
* | net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-171-1/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-171-0/+1
|\|
| * ethtool: allow non-admin user to read GRO settings.stephen hemminger2010-02-161-0/+1
* | net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-171-3/+4
* | ethtool: reduce stack usageEric Dumazet2010-02-161-7/+28
* | ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz2010-02-161-5/+8
* | ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz2010-02-161-16/+24
* | rtnetlink: Add VF config code to rtnetlinkWilliams, Mitch A2010-02-131-0/+67
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* | ethtool: Use explicit designated initializers for .cmdRoland Dreier2010-02-111-5/+5
* | ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2010-02-112-1/+333
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-092-0/+3
|\|
| * dst: call cond_resched() in dst_gc_task()Eric Dumazet2010-02-091-0/+2