aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-4/+8
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger1-5/+18
2008-11-19netdev: network device operations infrastructureStephen Hemminger1-32/+77
2008-11-16net: use %pF for /proc/net/ptypeAlexey Dobriyan1-30/+2
2008-11-07net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman1-5/+17
2008-11-07Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller1-12/+0
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2008-11-05net: Don't leak packets when a netns is going downEric W. Biederman1-1/+3
2008-11-05net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman1-0/+12
2008-11-05netns: Delete virtual interfaces during namespace cleanupEric W. Biederman1-0/+6
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy1-0/+3
2008-11-03net: increase receive packet quantumStephen Hemminger1-7/+4
2008-10-27netns: Coexist with the sysfs limitations v2Eric W. Biederman1-5/+20
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-64/+71
2008-10-19netdev: change name dropping error codesStephen Hemminger1-3/+3
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-27/+16
2008-10-07net: Fix netdev_run_todo dead-lockHerbert Xu1-21/+6
2008-10-07net: only invoke dev->change_rx_flags when device is UPPatrick McHardy1-6/+10
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2008-09-30netdev: docbook comment update (revised)Stephen Hemminger1-2/+44
2008-09-30netdev: use const for some name functionsStephen Hemminger1-5/+4
2008-09-23net: remove ifalias on empty given alias Oliver Hartkopp1-0/+8
2008-09-22net: network device name ifalias supportStephen Hemminger1-0/+23
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-20netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck1-2/+4
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+6
2008-09-08net: Enable TSO if supported by at least one deviceHerbert Xu1-0/+6
2008-09-07pkt_sched: Fix qdisc state in net_tx_action()Jarek Poplawski1-1/+6
2008-08-19pkt_sched: Prevent livelock in TX queue running.David S. Miller1-1/+3
2008-08-17pkt_sched: Fix missed RCU unlock in dev_queue_xmit()David S. Miller1-6/+4
2008-08-17net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().Jarek Poplawski1-15/+19
2008-08-17pkt_sched: Add 'deactivated' state.David S. Miller1-1/+8
2008-08-07net/core: Allow receive on active slaves.Joe Eykholt1-2/+4
2008-08-07net/core: Allow certain receives on inactive slave.Joe Eykholt1-7/+8
2008-08-07net/core: Uninline skb_bond().Joe Eykholt1-20/+8
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski1-1/+0
2008-08-03net: eliminate refcounting in backlog queueStephen Hemminger1-7/+16
2008-08-03net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek1-0/+4
2008-08-02pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller1-2/+2
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller1-0/+1
2008-07-30pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller1-2/+2
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-5/+5
2008-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+0
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-07-23netdev: Remove warning from __netif_schedule().David S. Miller1-3/+0
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller1-6/+21
2008-07-22net: Fix build failure with 'make mandocs'.Dave Jones1-26/+25
2008-07-21net: Print the module name as part of the watchdog messageArjan van de Ven1-0/+20