Age | Commit message (Expand) | Author | Files | Lines |
2010-02-27 | rtnetlink: support specifying device flags on device creation | Patrick McHardy | 1 | -9/+43 |
2010-02-27 | dev: support deferring device flag change notifications | Patrick McHardy | 2 | -61/+104 |
2010-02-27 | rtnetlink: handle rtnl_link netlink notifications manually | Patrick McHardy | 2 | -4/+8 |
2010-02-27 | rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event() | Patrick McHardy | 1 | -0/+1 |
2010-02-26 | Revert "ethtool: Add n-tuple string length to drvinfo and return it" | David S. Miller | 1 | -3/+0 |
2010-02-26 | net: add addr len check to dev_mc_add | Jiri Pirko | 1 | -0/+2 |
2010-02-26 | ethtool: Add n-tuple string length to drvinfo and return it | Peter Waskiewicz | 1 | -0/+3 |
2010-02-26 | netdev: use list_first_entry macro | stephen hemminger | 1 | -3/+3 |
2010-02-26 | rtnetlink: clean up SR-IOV config interface | Williams, Mitch A | 1 | -8/+5 |
2010-02-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
2010-02-24 | net: bug fix for vlan + gro issue | Ajit Khaparde | 1 | -1/+1 |
2010-02-23 | xfrm: SA lookups signature with mark | Jamal Hadi Salim | 1 | -1/+2 |
2010-02-20 | net-sysfs: Use rtnl_trylock in wireless sysfs methods. | Eric W. Biederman | 1 | -1/+2 |
2010-02-18 | net: export attach/detach filter routines | Michael S. Tsirkin | 1 | -0/+2 |
2010-02-18 | net: bug fix for vlan + gro issue | Ajit Khaparde | 1 | -1/+1 |
2010-02-18 | ethtool: Don't flush n-tuple list from ethtool_reset() | Ben Hutchings | 1 | -3/+0 |
2010-02-18 | net: use kasprintf() for socket cache names | Alexey Dobriyan | 1 | -8/+2 |
2010-02-17 | net: remove INIT_RCU_HEAD() usage | Alexey Dobriyan | 1 | -1/+0 |
2010-02-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-02-17 | net neigh: Decouple per interface neighbour table controls from binary sysctls | Eric W. Biederman | 1 | -3/+4 |
2010-02-17 | ethtool: allow non-admin user to read GRO settings. | stephen hemminger | 1 | -0/+1 |
2010-02-16 | ethtool: reduce stack usage | Eric Dumazet | 1 | -7/+28 |
2010-02-16 | ethtool: Move n-tuple capability check into set_flags | Peter Waskiewicz | 1 | -5/+8 |
2010-02-16 | ethtool: Fix filter addition when caching n-tuple filters | Peter Waskiewicz | 1 | -16/+24 |
2010-02-13 | rtnetlink: Add VF config code to rtnetlink | Williams, Mitch A | 1 | -0/+67 |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 1 | -1/+1 |
2010-02-11 | ethtool: Use explicit designated initializers for .cmd | Roland Dreier | 1 | -5/+5 |
2010-02-11 | ethtool: Introduce n-tuple filter programming support | Peter P Waskiewicz Jr | 2 | -1/+333 |
2010-02-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -0/+3 |
2010-02-09 | dst: call cond_resched() in dst_gc_task() | Eric Dumazet | 1 | -0/+2 |
2010-02-05 | pktgen: Fix freezing problem | Rafael J. Wysocki | 1 | -0/+1 |
2010-02-04 | net: maintain namespace isolation between vlan and real device | Arnd Bergmann | 1 | -4/+31 |
2010-01-26 | net: use helpers to access uc list V2 | Jiri Pirko | 1 | -2/+2 |
2010-01-23 | neigh: simplify seq_file code | Alexey Dobriyan | 1 | -7/+4 |
2010-01-21 | net: Optimize non-gso test checks | Krishna Kumar | 1 | -12/+17 |
2010-01-20 | net: Unexport napi_gro_flush(). | David S. Miller | 1 | -2/+1 |
2010-01-18 | net: spread __net_init, __net_exit | Alexey Dobriyan | 3 | -5/+5 |
2010-01-15 | net/core/sock.c: quiet sparse noise | H Hartley Sweeten | 1 | -1/+1 |
2010-01-14 | netpoll: allow execution of multiple rx_hooks per interface | Daniel Borkmann | 1 | -63/+106 |
2010-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+4 |
2010-01-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -2/+11 |
2010-01-08 | tcp: update the netstamp_needed counter when cloning sockets | Octavian Purdila | 1 | -0/+4 |
2010-01-07 | net: Make it easier to parse /proc/net/dev contents. | Jesper Dangaard Brouer | 1 | -1/+1 |
2010-01-07 | fix bonding: allow arp_ip_targets on separate vlans to use arp validation | Andy Gospodarek | 1 | -6/+5 |
2010-01-04 | bonding: allow arp_ip_targets on separate vlans to use arp validation | Andy Gospodarek | 1 | -3/+17 |
2009-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+7 |
2009-12-24 | pktgen: ndo_start_xmit can return NET_XMIT_xxx values | John Fastabend | 1 | -2/+7 |
2009-12-24 | net: release dst entry while cache-hot for GSO case too | Krishna Kumar | 1 | -0/+8 |
2009-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -3/+14 |
2009-12-16 | const: constify remaining pipe_buf_operations | Alexey Dobriyan | 1 | -1/+1 |