summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2008-11-19Merge commit 'security-testing/next'Stephen Rothwell
2008-11-16net: use %pF for /proc/net/ptypeAlexey Dobriyan
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Wrap task credential accesses in the networking subsystemDavid Howells
2008-11-07net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman
2008-11-07Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-05net: Don't leak packets when a netns is going downEric W. Biederman
2008-11-05net: 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-03net: increase receive packet quantumStephen Hemminger
2008-10-27netns: Coexist with the sysfs limitations v2Eric W. Biederman
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu
2008-10-19netdev: 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-23net: remove ifalias on empty given alias Oliver Hartkopp
2008-09-22net: network device name ifalias supportStephen Hemminger
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-09-20netdev: 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-07pkt_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-17pkt_sched: Fix missed RCU unlock in dev_queue_xmit()David S. Miller
2008-08-17net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().Jarek Poplawski
2008-08-17pkt_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-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski
2008-08-03net: eliminate refcounting in backlog queueStephen Hemminger
2008-08-03net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek
2008-08-02pkt_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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-25net: 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-23Merge 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
2008-07-21net: Print the module name as part of the watchdog messageArjan van de Ven