- 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 16 years ago
- b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
- 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
- dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
- bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
- 4b5a698 net: fix dev_set_promiscuity() breakage by Patrick McHardy · 16 years ago
- 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
- ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
- ae299fc net: add fib_rules_ops to flush_cache method by Denis V. Lunev · 16 years ago
- 0853ad6 netdev: Add support for rx flow hash configuration, using ethtool. by Santwona Behera · 16 years ago
- 2fe195c net: fib_rules: fix error code for unsupported families by Patrick McHardy · 16 years ago
- 93b3cff netdevice: Fix wrong string handle in kernel command line parsing by Wang Chen · 16 years ago
- 8fde8a0 net: Tyop of sk_filter() comment by Wang Chen · 16 years ago
- 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
- 5dbaec5 netdevice: Fix typo of dev_unicast_add() comment by Wang Chen · 16 years ago
- db43a28 tcp: fix for splice receive when used with software LRO by Octavian Purdila · 16 years ago
- 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
- a60b33c Merge branch 'linus' into core/softirq by Ingo Molnar · 16 years ago
- b9f75f4 netns: Don't receive new packets in a dead network namespace. by Eric W. Biederman · 16 years ago
- 4497b07 net: Discard and warn about LRO'd skbs received for forwarding by Ben Hutchings · 16 years ago
- 0187bdf net: Disable LRO on devices that are forwarding by Ben Hutchings · 16 years ago
- dad9b33 netdevice: Fix promiscuity and allmulti overflow by Wang Chen · 16 years ago
- 972692e net: Add sk_set_socket() helper. by David S. Miller · 16 years ago
- b8a9787 bonding: Allow setting max_bonds to zero by Jay Vosburgh · 16 years ago
- c1da4ac net/core: add NETDEV_BONDING_FAILOVER event by Or Gerlitz · 16 years ago
- caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
- 6de329e net: Fix test for VLAN TX checksum offload capability by Ben Hutchings · 16 years ago
- 9583f3d Merge branch 'linus' into core/softirq by Ingo Molnar · 16 years ago
- 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
- 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
- 293ad60 tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits. by Octavian Purdila · 16 years ago
- bc3ed28 netlink: Improve returned error codes by Thomas Graf · 16 years ago
- 7557af2 net_dma: remove duplicate assignment in dma_skb_copy_datagram_iovec by Brice Goglin · 16 years ago
- b9f5f52 net: neighbour table ABI problem by Stephen Hemminger · 16 years ago
- 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
- 962cf36 Remove argument from open_softirq which is always NULL by Carlos R. Mafra · 16 years ago
- 0e12f84 net: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
- 96e7408 net: The dev->get_stats pointer is not NULL nowadays. by Pavel Emelyanov · 16 years ago
- d3ede32 pktgen: make sure that pktgen_thread_worker has been executed by Denis V. Lunev · 16 years ago
- 0e91796 net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags() by David Woodhouse · 16 years ago
- d5a4502 netns: Register net/core/ sysctls at read-only root. by Pavel Emelyanov · 16 years ago
- dcc9977 net: handle errors from device_rename by Stephen Hemminger · 16 years ago
- 9ee6b7f net: Fix typo in net/core/sock.c. by Rami Rosen · 16 years ago
- f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
- e46b66b net: Added ASSERT_RTNL() to dev_open() and dev_close(). by Ben Hutchings · 17 years ago
- aca5139 netns: Fix arbitrary net_device-s corruptions on net_ns stop. by Pavel Emelyanov · 17 years ago
- c800578 net: Fix useless comment reference loop. by Johannes Berg · 17 years ago
- aaf8cdc netns: Fix device renaming for sysfs by Daniel Lezcano · 17 years ago
- 0c0b0ac net: remove NR_CPUS arrays in net/core/dev.c by Mike Travis · 17 years ago
- d3e2ce3 net: use get/put_unaligned_* helpers by Harvey Harrison · 17 years ago
- 50aab54 net: Add missing braces to multi-statement if()s by Ilpo Järvinen · 17 years ago
- 5efdccb net: assign PDE->data before gluing PDE into /proc tree by Denis V. Lunev · 17 years ago
- 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 17 years ago
- 2e561c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
- c5835df ethtool: EEPROM dump no longer works for tg3 and natsemi by Mandeep Singh Baines · 17 years ago
- d02aacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
- c9c1014 [RTNETLINK]: Fix bogus ASSERT_RTNL warning by Patrick McHardy · 17 years ago
- b0d19a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
- 8a32272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
- e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 17 years ago
- 5309fbc Remove documentation of non-existent sk_alloc arg by Rusty Russell · 17 years ago
- ec98c6b [SPARC]: Remove SunOS and Solaris binary support. by David S. Miller · 17 years ago
- 9d29672 [NET]: Expose netdevice dev_id through sysfs by David Woodhouse · 17 years ago
- 5f090dc net: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
- d1643d2 [NET]: Fix and allocate less memory for ->priv'less netdevices by Alexey Dobriyan · 17 years ago
- d0498d9 [NET]: Do not allocate unneeded memory for dev->priv alignment. by Pavel Emelyanov · 17 years ago
- f3005d7 [NETNS]: Add netns refcnt debug for network devices. by Denis V. Lunev · 17 years ago
- 3661a91 [NETNS]: Add netns refcnt debug to fib rules. by Denis V. Lunev · 17 years ago
- 65a18ec [NETNS]: Add netns refcnt debug for kernel sockets. by Denis V. Lunev · 17 years ago
- 5d1e446 [NETNS]: Make netns refconting debug like a socket one. by Denis V. Lunev · 17 years ago
- 669f87b [RTNL]: Introduce the rtnl_kill_links helper. by Pavel Emelyanov · 17 years ago
- 3a931a8 [RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister. by Pavel Emelyanov · 17 years ago
- b131dd5 [ETHTOOL]: Add support for large eeproms by Mandeep Singh Baines · 17 years ago
- dec827d [NETNS]: The generic per-net pointers. by Pavel Emelyanov · 17 years ago
- c93cf61 [NETNS]: The net-subsys IDs generator. by Pavel Emelyanov · 17 years ago
- df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
- 7de6c03 [SKB]: __skb_append = __skb_queue_after by Gerrit Renker · 17 years ago
- 4c821d7 [NET]: Fix kernel-doc for skb_segment by Ben Hutchings · 17 years ago
- f37f0af [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0) by Eric Dumazet · 17 years ago
- 4738c1d [SKFILTER]: Add SKF_ADF_NLATTR instruction by Patrick McHardy · 17 years ago
- 43db6d6 socket: sk_filter deinline by Stephen Hemminger · 17 years ago
- b715631 socket: sk_filter minor cleanups by Stephen Hemminger · 17 years ago
- 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
- 70ee115 [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net. by Pavel Emelyanov · 17 years ago
- c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 17 years ago
- 8efa6e9 [NETNS]: Introduce a netns_core structure. by Pavel Emelyanov · 17 years ago
- a0f55e0 [NET]: Fix dev_alloc_skb() typo. by David S. Miller · 17 years ago
- 60e7663 [SOCK]: Drop per-proto inuse init and fre functions (v2). by Pavel Emelyanov · 17 years ago
- 1338d46 [SOCK]: Introduce a percpu inuse counters array (v2). by Pavel Emelyanov · 17 years ago
- 13ff3d6 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). by Pavel Emelyanov · 17 years ago
- 1483b87 [NET]: Add inline intent commentary to dev_alloc_skb(). by Denys Vlasenko · 17 years ago
- be01d65 [NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries. by YOSHIFUJI Hideaki · 17 years ago
- 0a20450 [NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its function/variable. by YOSHIFUJI Hideaki · 17 years ago
- 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
- 419ae74 [NET]: uninline skb_trim, de-bloats by Ilpo Järvinen · 17 years ago
- 8d33086 [NET]: uninline dst_release by Ilpo Järvinen · 17 years ago
- c2aa270 [NET]: uninline skb_push, de-bloats a lot by Ilpo Järvinen · 17 years ago
- f58518e [NET]: uninline dev_alloc_skb, de-bloats a lot by Ilpo Järvinen · 17 years ago
- 6be8ac2 [NET]: uninline skb_pull, de-bloats a lot by Ilpo Järvinen · 17 years ago
- 0dde3e1 [NET]: uninline skb_put, de-bloats a lot by Ilpo Järvinen · 17 years ago