summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2010-02-24net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-23xfrm: SA lookups signature with markJamal Hadi Salim1-1/+2
2010-02-20net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman1-1/+2
2010-02-18net: export attach/detach filter routinesMichael S. Tsirkin1-0/+2
2010-02-18net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-18ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings1-3/+0
2010-02-18net: use kasprintf() for socket cache namesAlexey Dobriyan1-8/+2
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan1-1/+0
2010-02-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-02-17net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman1-3/+4
2010-02-17ethtool: allow non-admin user to read GRO settings.stephen hemminger1-0/+1
2010-02-16ethtool: reduce stack usageEric Dumazet1-7/+28
2010-02-16ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz1-5/+8
2010-02-16ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz1-16/+24
2010-02-13rtnetlink: 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-11ethtool: 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/ne...David S. Miller2-0/+3
2010-02-09dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
2010-02-05pktgen: Fix freezing problemRafael J. Wysocki1-0/+1
2010-02-04net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-4/+31
2010-01-26net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-23neigh: simplify seq_file codeAlexey Dobriyan1-7/+4
2010-01-21net: Optimize non-gso test checksKrishna Kumar1-12/+17
2010-01-20net: Unexport napi_gro_flush().David S. Miller1-2/+1
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan3-5/+5
2010-01-15net/core/sock.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2010-01-14netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann1-63/+106
2010-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+4
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+11
2010-01-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila1-0/+4
2010-01-07net: Make it easier to parse /proc/net/dev contents.Jesper Dangaard Brouer1-1/+1
2010-01-07fix bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-6/+5
2010-01-04bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-3/+17
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+7
2009-12-24pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend1-2/+7
2009-12-24net: release dst entry while cache-hot for GSO case tooKrishna Kumar1-0/+8
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+14
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan1-1/+1