aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
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
2008-02-19[NET]: Messed multicast lists after dev_mc_sync/unsyncJorge Boncompte [DTI2]
2008-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-02-13docbook: make a networking book and fix a few errorsRandy Dunlap
2008-02-13remove final fastcall usersHarvey Harrison
2008-02-12[NET]: Fix race in dev_close(). (Bug 9750)Matti Linnanvuori
2008-02-01[AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS messageKlaus Heinrich Kiwi
2008-02-01[AUDIT] add session id to audit messagesEric Paris
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro
2008-01-31[VLAN]: set_rx_mode support for unicast address listChris Leech
2008-01-28[PKT_SCHED] net: add sparse annotation to ptype_seq_start/stopStephen Hemminger
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet
2008-01-28[NET]: Check RTNL status in unregister_netdeviceHerbert Xu
2008-01-28[NETNS]: network namespace was passed into dev_getbyhwaddr but not usedDenis V. Lunev
2008-01-28[NET] net/core/dev.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng
2008-01-28[NET]: Make macro to specify the ptype_base sizePavel Emelyanov