aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2008-07-17net: Implement simple sw TX hashing.David S. Miller
2008-07-17netdev: Add netdev->select_queue() method.David S. Miller
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-07-15netdev: Add addr_list_lock to struct net_device.David S. Miller
2008-07-14vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller
2008-07-08pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller
2008-07-08netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller
2008-07-08netdev: Move next_sched into struct netdev_queue.David S. Miller
2008-07-08netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller
2008-07-08netdev: The ingress_lock member is no longer needed.David S. Miller
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller
2008-07-06net: fix dev_set_promiscuity() breakagePatrick McHardy
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-01netdevice: Fix wrong string handle in kernel command line parsingWang Chen
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-27netdevice: Fix typo of dev_unicast_add() commentWang Chen
2008-06-23Merge branch 'linus' into core/softirqIngo Molnar
2008-06-20netns: Don't receive new packets in a dead network namespace.Eric W. Biederman
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen
2008-06-17net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz
2008-06-16net: Fix test for VLAN TX checksum offload capabilityBen Hutchings
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra
2008-05-23net: use performance variant for_each_cpu_mask_nrMike Travis
2008-05-20net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse
2008-05-14net: handle errors from device_renameStephen Hemminger
2008-05-08net: Added ASSERT_RTNL() to dev_open() and dev_close().Ben Hutchings
2008-05-08netns: Fix arbitrary net_device-s corruptions on net_ns stop.Pavel Emelyanov
2008-05-02netns: Fix device renaming for sysfsDaniel Lezcano
2008-05-02net: remove NR_CPUS arrays in net/core/dev.cMike Travis
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa
2008-04-18[NET]: Fix and allocate less memory for ->priv'less netdevicesAlexey Dobriyan
2008-04-16[NET]: Do not allocate unneeded memory for dev->priv alignment.Pavel Emelyanov
2008-04-16[NETNS]: Add netns refcnt debug for network devices.Denis V. Lunev
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-26[NET]: Fix multicast device ioctl checksPatrick McHardy
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-24[NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr
2008-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds