aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: percpu net_device refcountEric Dumazet2010-10-121-7/+33
* net: Fix rxq ref countingTom Herbert2010-10-081-1/+0
* net: Update kernel-doc for netif_set_real_num_rx_queues()Ben Hutchings2010-10-081-2/+2
* net: netif_set_real_num_rx_queues may cap num_rx_queues at init timeJohn Fastabend2010-10-061-2/+0
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-8/+11
* net: dynamic ingress_queue allocationEric Dumazet2010-10-051-8/+26
* net: rename netdev rx_queue to ingress_queueEric Dumazet2010-09-291-4/+4
* net: add a recursion limit in xmit pathEric Dumazet2010-09-291-1/+11
* net: Allow changing number of RX queues after device allocationBen Hutchings2010-09-271-4/+41
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-1/+1
|\
| * net: use rcu_barrier() in rollback_registered_manyEric Dumazet2010-09-141-1/+1
* | rps: allocate rx queues in register_netdevice onlyEric Dumazet2010-09-261-44/+32
* | net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet2010-09-261-3/+4
* | netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-171-0/+4
* | net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell2010-09-161-0/+1
* | net: enable GRO by default for vlan devicesBrandon Philips2010-09-151-0/+5
* | ipv4: ip_ptr cleanupsEric Dumazet2010-09-151-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-8/+8
|\ \ | |/
| * net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa2010-09-071-8/+8
* | net: rps: add the shortcut for one rps_cpusChangli Gao2010-09-081-3/+11
* | net: dev_add_pack() & __dev_remove_pack() changesEric Dumazet2010-09-021-17/+15
* | skge: add GRO supportEric Dumazet2010-09-011-1/+2
* | gro: __napi_gro_receive() optimizationsEric Dumazet2010-08-261-4/+6
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-2/+2
* | net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2010-08-221-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-211-1/+1
|\ \ | |/
| * net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-171-1/+1
* | net: rps: fix the wrong network header pointerChangli Gao2010-08-211-2/+2
* | net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao2010-08-191-16/+7
* | net: rps: skip fragment when computing rxhashChangli Gao2010-08-191-1/+4
* | net: rps: reset network header before calling skb_get_rxhash()Changli Gao2010-08-191-0/+1
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-3/+3
* | core: Factor out flow calculation from get_rps_cpuKrishna Kumar2010-08-161-44/+62
|/
* net: disable preemption before call smp_processor_id()Changli Gao2010-08-071-0/+2
* net: Fix napi_gro_frags vs netpoll pathJarek Poplawski2010-08-051-4/+1
* Revert "net: remove zap_completion_queue"David S. Miller2010-08-031-3/+1
* net: cleanup inclusionChangli Gao2010-08-021-2/+0
* net: ingress filter message limitStephen Hemminger2010-08-011-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-271-0/+1
|\
| * net: dev_forward_skb should call nf_resetBen Greear2010-07-251-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-201-7/+13
|\ \ | |/
| * net: fix problem in reading sock TX queueTom Herbert2010-07-141-4/+3
| * net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet2010-07-141-3/+10
* | net: 64bit stats for netdev_queueEric Dumazet2010-07-191-1/+3
* | net: support time stamping in phy devices.Richard Cochran2010-07-181-0/+3
* | net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-091-6/+6
* | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-091-5/+26
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-0/+18
|\ \ | |/
| * net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-0/+18
* | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-9/+16