summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2008-12-08netdevice: Kill netdev->privWang Chen
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger
2008-11-20netdev: introduce dev_get_stats()Stephen Hemminger
2008-11-20netdev: network device operations infrastructureStephen Hemminger
2008-11-17net: use %pF for /proc/net/ptypeAlexey Dobriyan
2008-11-08net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman
2008-11-08Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-06net: Don't leak packets when a netns is going downEric W. Biederman
2008-11-06net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman
2008-11-05netns: Delete virtual interfaces during namespace cleanupEric W. Biederman
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy
2008-11-04net: increase receive packet quantumStephen Hemminger
2008-10-28netns: Coexist with the sysfs limitations v2Eric W. Biederman
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu
2008-10-20netdev: change name dropping error codesStephen Hemminger
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-07net: Fix netdev_run_todo dead-lockHerbert Xu
2008-10-07net: only invoke dev->change_rx_flags when device is UPPatrick McHardy
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-09-30netdev: docbook comment update (revised)Stephen Hemminger
2008-09-30netdev: use const for some name functionsStephen Hemminger
2008-09-24net: remove ifalias on empty given alias Oliver Hartkopp
2008-09-23net: network device name ifalias supportStephen Hemminger
2008-09-21net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-09-21netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-09-08net: Enable TSO if supported by at least one deviceHerbert Xu
2008-09-08pkt_sched: Fix qdisc state in net_tx_action()Jarek Poplawski
2008-08-19pkt_sched: Prevent livelock in TX queue running.David S. Miller
2008-08-18pkt_sched: Fix missed RCU unlock in dev_queue_xmit()David S. Miller
2008-08-18net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().Jarek Poplawski
2008-08-18pkt_sched: Add 'deactivated' state.David S. Miller
2008-08-07net/core: Allow receive on active slaves.Joe Eykholt
2008-08-07net/core: Allow certain receives on inactive slave.Joe Eykholt
2008-08-07net/core: Uninline skb_bond().Joe Eykholt
2008-08-05net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski
2008-08-04net: eliminate refcounting in backlog queueStephen Hemminger
2008-08-03net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek
2008-08-03pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller
2008-07-30pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-26net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-24Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-07-23netdev: Remove warning from __netif_schedule().David S. Miller
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller
2008-07-22net: Fix build failure with 'make mandocs'.Dave Jones