summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-18Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont1-2/+2
2008-12-18Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont1-4/+4
2008-12-16net: Add Generic Receive Offload infrastructureHerbert Xu1-2/+191
2008-12-16net: Add frag_list support to GSOHerbert Xu1-2/+0
2008-12-08netdevice: Kill netdev->privWang Chen1-6/+0
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger1-4/+8
2008-11-20netdev: introduce dev_get_stats()Stephen Hemminger1-5/+18
2008-11-20netdev: network device operations infrastructureStephen Hemminger1-32/+77
2008-11-17net: use %pF for /proc/net/ptypeAlexey Dobriyan1-30/+2
2008-11-08net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman1-5/+17
2008-11-08Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller1-12/+0
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2008-11-06net: Don't leak packets when a netns is going downEric W. Biederman1-1/+3
2008-11-06net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman1-0/+12
2008-11-06netns: Delete virtual interfaces during namespace cleanupEric W. Biederman1-0/+6
2008-11-05net: fix packet socket delivery in rx irq handlerPatrick McHardy1-0/+3
2008-11-04net: increase receive packet quantumStephen Hemminger1-7/+4
2008-10-28netns: Coexist with the sysfs limitations v2Eric W. Biederman1-5/+20
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-64/+71
2008-10-20netdev: change name dropping error codesStephen Hemminger1-3/+3
2008-10-17net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-10-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-27/+16
2008-10-08net: Fix netdev_run_todo dead-lockHerbert Xu1-21/+6
2008-10-08net: 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/ne...David 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-24net: remove ifalias on empty given alias Oliver Hartkopp1-0/+8
2008-09-23net: network device name ifalias supportStephen Hemminger1-0/+23
2008-09-21net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-21netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck1-2/+4
2008-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+6
2008-09-09net: Enable TSO if supported by at least one deviceHerbert Xu1-0/+6
2008-09-08pkt_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-18pkt_sched: Fix missed RCU unlock in dev_queue_xmit()David S. Miller1-6/+4
2008-08-18net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().Jarek Poplawski1-15/+19
2008-08-18pkt_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-05net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski1-1/+0
2008-08-04net: eliminate refcounting in backlog queueStephen Hemminger1-7/+16
2008-08-03net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek1-0/+4
2008-08-03pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller1-2/+2
2008-08-01netdev: 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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2008-07-26net: 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