aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo16-2/+14
2010-03-22netpoll: warn when there are spaces in parametersAmerigo Wang1-2/+5
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet1-3/+5
2010-03-16NET: netpoll, fix potential NULL ptr dereferenceJiri Slaby1-2/+2
2010-03-10net: Fix dev_mc_add()Eric Dumazet1-2/+3
2010-03-10net: Annotates neigh_invalidate()Eric Dumazet1-0/+2
2010-03-08ethtool: Use noinline_for_stackEric Dumazet1-32/+8
2010-03-07sock.c: potential null dereferenceDan Carpenter1-1/+2
2010-03-05ethtool: Add direct access to ops->get_sset_countJeff Garzik1-4/+3
2010-03-05ethtool: Add direct access to ops->get_sset_countJeff Garzik1-0/+72
2010-03-05net: backlog functions renameZhu Yi1-1/+1
2010-03-05net: add limit for socket backlogZhu Yi1-2/+14
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller4-5/+14
2010-02-28scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman1-0/+2
2010-02-28ethtool: do not set some flags, if others failedJeff Garzik1-4/+6
2010-02-27rtnetlink: support specifying device flags on device creationPatrick McHardy1-9/+43
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy2-61/+104
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy2-4/+8
2010-02-27rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event()Patrick McHardy1-0/+1
2010-02-26Revert "ethtool: Add n-tuple string length to drvinfo and return it"David S. Miller1-3/+0
2010-02-26net: add addr len check to dev_mc_addJiri Pirko1-0/+2
2010-02-26ethtool: Add n-tuple string length to drvinfo and return itPeter Waskiewicz1-0/+3
2010-02-26netdev: use list_first_entry macrostephen hemminger1-3/+3
2010-02-26rtnetlink: clean up SR-IOV config interfaceWilliams, Mitch A1-8/+5
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney4-5/+14
2010-02-23net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-1/+2
2010-02-19net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman1-1/+2
2010-02-17net: export attach/detach filter routinesMichael S. Tsirkin1-0/+2
2010-02-17net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-17ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings1-3/+0
2010-02-17net: use kasprintf() for socket cache namesAlexey Dobriyan1-8/+2
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan1-1/+0
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman1-3/+4
2010-02-16ethtool: allow non-admin user to read GRO settings.stephen hemminger1-0/+1
2010-02-15ethtool: reduce stack usageEric Dumazet1-7/+28
2010-02-15ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz1-5/+8
2010-02-15ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz1-16/+24
2010-02-12rtnetlink: Add VF config code to rtnetlinkWilliams, Mitch A1-0/+67
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-11ethtool: Use explicit designated initializers for .cmdRoland Dreier1-5/+5
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2-1/+333
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+3
2010-02-08dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
2010-02-04pktgen: Fix freezing problemRafael J. Wysocki1-0/+1
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-4/+31
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-23neigh: simplify seq_file codeAlexey Dobriyan1-7/+4