linux-2.6
2008-07-18  David S. Millerpkt_sched: Perform bulk of qdisc destruction in RCU.
2008-07-18  David S. Millerpkt_sched: dev_init_scheduler() does not need to lock...
2008-07-18  David S. Millerpkt_sched: Schedule qdiscs instead of netdev_queue.
2008-07-18  David S. Millerpkt_sched: Add and use qdisc_root() and qdisc_root_lock().
2008-07-18  David S. Millerpkt_sched: Make QDISC_RUNNING a qdisc state.
2008-07-18  David S. Millerpkt_sched: Move gso_skb into Qdisc.
2008-07-18  David S. Millerniu: Add TX multiqueue support.
2008-07-18  David S. Millernetdev: Kill plain netif_schedule()
2008-07-18  David S. Millernetdev: Convert all drivers away from netif_schedule().
2008-07-18  David S. Millernet: Implement simple sw TX hashing.
2008-07-18  David S. Millermac80211: Reimplement WME using ->select_queue().
2008-07-18  David S. Millernetdev: Add netdev->select_queue() method.
2008-07-18  David S. Millernetdev: netdev_priv() can now be sane again.
2008-07-18  David S. Millernetdev: Kill struct net_device_subqueue and netdev...
2008-07-18  David S. Millernet: Use queue aware tests throughout.
2008-07-18  David S. Millermac80211: Temporarily mark QoS support BROKEN.
2008-07-18  David S. Millerpkt_sched: Remove RR scheduler.
2008-07-18  David S. Millernetdev: Kill NETIF_F_MULTI_QUEUE.
2008-07-18  David S. Millernetdev: Allocate multiple queues for TX.
2008-07-18  David S. Millerigb: Kill CONFIG_NETDEVICES_MULTIQUEUE references,...
2008-07-17  Patrick McHardygarp: retry sending JoinIn messages after allocation...
2008-07-17  Neil Hormancore: add stat to track unresolved discards in neighbor...
2008-07-17  Pavel Emelyanovmib: add net to NET_ADD_STATS_USER
2008-07-17  Pavel Emelyanovmib: add net to NET_ADD_STATS_BH
2008-07-17  Pavel Emelyanovmib: add net to NET_INC_STATS_USER
2008-07-17  Pavel Emelyanovmib: add net to NET_INC_STATS_BH
2008-07-17  Pavel Emelyanovmib: add net to NET_INC_STATS
2008-07-17  Pavel Emelyanovtcp: replace tcp_sock argument with sock in some places
2008-07-17  Pavel Emelyanovinet: prepare net on the stack for NET accounting macros
2008-07-17  Pavel Emelyanovsock: add net to prot->enter_memory_pressure callback
2008-07-17  Pavel Emelyanovmib: add net to TCP_ADD_STATS_USER
2008-07-17  Pavel Emelyanovmib: add net to TCP_DEC_STATS
2008-07-17  Pavel Emelyanovmib: add net to TCP_INC_STATS_BH
2008-07-17  Pavel Emelyanovmib: add net to TCP_INC_STATS
2008-07-17  Pavel Emelyanovtcp: add net to tcp_mib_init
2008-07-17  Pavel Emelyanovmib: drop unused TCP_XXX_STATS macros
2008-07-17  Pavel Emelyanovinet: prepare struct net for TCP MIB accounting
2008-07-17  Pavel Emelyanovmib: add net to IP_ADD_STATS_BH
2008-07-17  Pavel Emelyanovmib: add net to IP_INC_STATS_BH
2008-07-17  Pavel Emelyanovmib: add net to IP_INC_STATS
2008-07-17  Pavel Emelyanovmib: drop unused IP_INC_STATS_USER
2008-07-17  Pavel Emelyanovipv4: prepare net initialization for IP accounting
2008-07-17  Patrick McHardynetdrv intel: always enable VLAN filtering except in...
2008-07-17  Patrick McHardynetdrv intel: disable VLAN filtering in promiscous...
2008-07-17  Will Newtonnet/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP...
2008-07-17  Harvey Harrisonnet: make __skb_splice_bits static
2008-07-17  David S. MillerMerge branch 'stealer/ipvs/sync-daemon-cleanup-for...
2008-07-17  Rumen G. Bogdanovskiipvs: More reliable synchronization on connection close
2008-07-16  Sven Wegeneripvs: Use schedule_timeout_interruptible() instead...
2008-07-16  Sven Wegeneripvs: Put backup thread on mcast socket wait queue
2008-07-16  Sven Wegeneripvs: Use kthread_run() instead of doing a double-fork...
2008-07-16  Sven Wegeneripvs: Use ERR_PTR for returning errors from make_receiv...
2008-07-16  Sven Wegeneripvs: Initialize mcast addr at compile time
2008-07-15  Akinobu Mitaiucv: fix memory leak in cpu hotplug error path.
2008-07-15  Johannes Bergwireless: fix warnings from QoS patch
2008-07-15  Randy Dunlapbluetooth/hci_bcsp: fix bitrev Kconfig
2008-07-15  Octavian Purdilanet: refactor tcp splice receive path to improve readab...
2008-07-15  David S. Millernetdev: Do not use TX lock to protect address lists.
2008-07-15  David S. Millernetdev: Add netdev->addr_list_lock protection.
2008-07-15  David S. Millernetdev: Add addr_list_lock to struct net_device.
2008-07-15  Pavel Emelyanovmib: add struct net to ICMPMSGIN_INC_STATS_BH
2008-07-15  Pavel Emelyanovmib: add struct net to ICMPMSGOUT_INC_STATS
2008-07-15  Pavel Emelyanovmib: add struct net to ICMP_INC_STATS_BH
2008-07-15  Pavel Emelyanovmib: add struct net to ICMP_INC_STATS
2008-07-15  Pavel Emelyanovicmp: drop unused MIB accounting wrappers
2008-07-15  Pavel Emelyanovinet: toss struct net initialization around
2008-07-15  Pavel Emelyanovicmp: add struct net argument to icmp_out_count
2008-07-15  Patrick McHardyvlan: remove unnecessary include statements
2008-07-15  Patrick McHardyvlan: clean up hard_start_xmit functions
2008-07-15  Patrick McHardyvlan: clean up vlan_dev_hard_header()
2008-07-15  Patrick McHardyvlan: ethtool ->get_flags support
2008-07-15  Patrick McHardypacket: deliver VLAN TCI to userspace
2008-07-15  Patrick McHardypacket: support extensible, 64 bit clean mmaped ring...
2008-07-15  Patrick McHardyvlan: deliver packets received with VLAN acceleration...
2008-07-15  Patrick McHardyvlan: Don't store VLAN tag in cb
2008-07-15  Allan Stephenstipc: Optimization to multicast name lookup algorithm
2008-07-15  Allan Stephenstipc: Add missing locks when inspecting node list ...
2008-07-15  Allan Stephenstipc: Fix bug in scope checking for multicast messages
2008-07-15  Allan Stephenstipc: Eliminate improper use of TIPC_OK error code
2008-07-15  Allan Stephenstipc: Fix race condition that could cause accept()...
2008-07-15  Allan Stephenstipc: Optimize pointer dereferencing when receiving...
2008-07-15  Allan Stephenstipc: Remove unneeded parameter to tipc_createport_raw()
2008-07-15  Michael Chanbnx2: Update version to 1.7.8.
2008-07-15  Benjamin Libnx2: Support secondary MAC addresses.
2008-07-15  Michael Chanbnx2: Allow flexible VLAN tag settings.
2008-07-15  Michael Chanbnx2: Add ack parameter to bnx2_fw_sync().
2008-07-15  Michael Chanbnx2: Add PCI ID for 5716.
2008-07-15  Michael Chanbnx2: Prevent ethtool -s from crashing when device...
2008-07-15  David S. MillerMerge branch 'davem-next' of /linux/kernel/git/jgarzik...
2008-07-15  Denis V. Lunevnetlabel: return msg overflow error from netlbl_cipsov4...
2008-07-15  Johann Felix... net: Remove references to wan-router.txt in Kconfigs
2008-07-15  Max Krasnyanskytun: Fix/rewrite packet filtering logic
2008-07-15  Wang Chen8021q: Check return of dev_set_promiscuity/allmulti
2008-07-15  Wang Chenmacvlan: Check return of dev_set_allmulti
2008-07-15  Wang Chenipv4: Fix ipmr unregister device oops
2008-07-15  Wang Chenipv4: Check return of dev_set_allmulti
2008-07-15  Wang Chenipv6: Fix using after dev_put()
2008-07-15  Wang Chenipv6: Check return of dev_set_allmulti
2008-07-15  Wang Chenbridge: Check return of dev_set_promiscuity
2008-07-15  Wang Chenbonding: Check return of dev_set_promiscuity/allmulti
next