fuse: prepare lookup for nfs export
[safe/jmp/linux-2.6] / net / core /
2008-07-25 Dave Youngprintk ratelimiting rewrite
2008-07-24 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-24 Linus TorvaldsMerge branch 'cpus4096-for-linus' of git://git./linux...
2008-07-23 Oliver Hartkoppnet: Update entry in af_family_clock_key_strings
2008-07-23 David S. Millernetdev: Remove warning from __netif_schedule().
2008-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-23 Maciej SosnowskiI/OAT: tcp_dma_copybreak default value dependent on...
2008-07-22 David S. Millernetdev: Handle ->addr_list_lock just like ->_xmit_lock...
2008-07-22 Dave Jonesnet: Fix build failure with 'make mandocs'.
2008-07-21 Arjan van de Vennet: Print the module name as part of the watchdog...
2008-07-21 Stephen Hemmingernet: use kcalloc in netdev_queue alloc
2008-07-21 Linus Torvaldsnet: In __netif_schedule() use WARN_ON instead of BUG_ON
2008-07-21 David S. Millernet: Improve simple_tx_hash().
2008-07-21 Ingo MolnarMerge branch 'linus' into cpus4096-for-linus
2008-07-20 Jussi Kivilinnanet_sched: Add qdisc_enqueue wrapper
2008-07-20 YOSHIFUJI Hideakinet: Use standard structures for generic socket address...
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-19 David S. Millerpkt_sched: Manage qdisc list inside of root qdisc.
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-07-18 David S. Millerpkt_sched: Kill netdev_queue lock.
2008-07-18 David S. Millernetdevice: Move qdisc_list back into net_device proper.
2008-07-18 David S. Millerpkt_sched: Schedule qdiscs instead of netdev_queue.
2008-07-18 David S. Millernet: Implement simple sw TX hashing.
2008-07-18 David S. Millernetdev: Add netdev->select_queue() method.
2008-07-18 David S. Millernet: Use queue aware tests throughout.
2008-07-18 David S. Millernetdev: Allocate multiple queues for TX.
2008-07-17 Neil Hormancore: add stat to track unresolved discards in neighbor...
2008-07-17 Pavel Emelyanovsock: add net to prot->enter_memory_pressure callback
2008-07-17 Harvey Harrisonnet: make __skb_splice_bits static
2008-07-15 Ingo MolnarMerge branch 'linus' into cpus4096
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
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 Patrick McHardyvlan: deliver packets received with VLAN acceleration...
2008-07-15 Patrick McHardyvlan: Don't store VLAN tag in cb
2008-07-14 Linus TorvaldsMerge branch 'core/softirq' of git://git./linux/kernel...
2008-07-14 Johannes Bergwext: make sysfs bits optional and deprecate them
2008-07-09 David S. Millernetdev: Move _xmit_lock and xmit_lock_owner into netdev...
2008-07-09 David S. Millerpkt_sched: Make qdisc_run take a netdev_queue.
2008-07-09 David S. Millernetdev: Make netif_schedule() routines work with netdev...
2008-07-09 David S. Millernet: Clean up explicit ->tx_queue references in link...
2008-07-09 David S. Millernetdev: Move next_sched into struct netdev_queue.
2008-07-09 David S. Millernetdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc...
2008-07-09 David S. Millernetdev: Move rest of qdisc state into struct netdev_queue
2008-07-09 David S. Millernetdev: The ingress_lock member is no longer needed.
2008-07-09 David S. Millernetdev: Move queue_lock into struct netdev_queue.
2008-07-08 David S. Millernetdev: Create netdev_queue abstraction.
2008-07-06 Patrick McHardynet: fix dev_set_promiscuity() breakage
2008-07-06 Ingo MolnarMerge commit 'v2.6.26-rc9' into cpus4096
2008-07-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-07-06 Denis V. Lunevnet: add fib_rules_ops to flush_cache method
2008-07-02 Santwona Beheranetdev: Add support for rx flow hash configuration...
2008-07-02 Patrick McHardynet: fib_rules: fix error code for unsupported families
2008-07-02 Wang Chennetdevice: Fix wrong string handle in kernel command...
2008-07-02 Wang Chennet: Tyop of sk_filter() comment
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-28 Wang Chennetdevice: Fix typo of dev_unicast_add() comment
2008-06-28 Octavian Purdilatcp: fix for splice receive when used with software LRO
2008-06-26 Jens Axboesmp_call_function: get rid of the unused nonatomic...
2008-06-23 Ingo MolnarMerge branch 'linus' into core/softirq
2008-06-21 Eric W. Biedermannetns: Don't receive new packets in a dead network...
2008-06-19 Ben Hutchingsnet: Discard and warn about LRO'd skbs received for...
2008-06-19 Ben Hutchingsnet: Disable LRO on devices that are forwarding
2008-06-18 Wang Chennetdevice: Fix promiscuity and allmulti overflow
2008-06-18 David S. Millernet: Add sk_set_socket() helper.
2008-06-18 Jay Vosburghbonding: Allow setting max_bonds to zero
2008-06-18 Or Gerlitznet/core: add NETDEV_BONDING_FAILOVER event
2008-06-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-17 Ben Hutchingsnet: Fix test for VLAN TX checksum offload capability
2008-06-16 Ingo MolnarMerge branch 'linus' into core/softirq
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-04 Octavian Purdilatcp: Fix for race due to temporary drop of the socket...
2008-06-03 Thomas Grafnetlink: Improve returned error codes
2008-06-03 Brice Goglinnet_dma: remove duplicate assignment in dma_skb_copy_da...
2008-06-03 Stephen Hemmingernet: neighbour table ABI problem
2008-05-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-05-25 Carlos R. MafraRemove argument from open_softirq which is always NULL
2008-05-23 Mike Travisnet: use performance variant for_each_cpu_mask_nr
2008-05-21 Pavel Emelyanovnet: The dev->get_stats pointer is not NULL nowadays.
2008-05-20 Denis V. Lunevpktgen: make sure that pktgen_thread_worker has been...
2008-05-20 David Woodhousenet: Fix call to ->change_rx_flags(dev, IFF_MULTICAST...
2008-05-19 Pavel Emelyanovnetns: Register net/core/ sysctls at read-only root.
2008-05-15 Stephen Hemmingernet: handle errors from device_rename
2008-05-14 Rami Rosennet: Fix typo in net/core/sock.c.
2008-05-13 Johannes Bergnet: Allow netdevices to specify needed head/tailroom
2008-05-08 Ben Hutchingsnet: Added ASSERT_RTNL() to dev_open() and dev_close().
2008-05-08 Pavel Emelyanovnetns: Fix arbitrary net_device-s corruptions on net_ns...
2008-05-04 Johannes Bergnet: Fix useless comment reference loop.
2008-05-03 Daniel Lezcanonetns: Fix device renaming for sysfs
2008-05-02 Mike Travisnet: remove NR_CPUS arrays in net/core/dev.c
2008-05-02 Harvey Harrisonnet: use get/put_unaligned_* helpers
2008-05-02 Ilpo Järvinennet: Add missing braces to multi-statement if()s
2008-05-02 Denis V. Lunevnet: assign PDE->data before gluing PDE into /proc...
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-04-25 Mandeep Singh Bainesethtool: EEPROM dump no longer works for tg3 and natsemi
2008-04-24 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
next