summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: use rcu_barrier() in rollback_registered_manyEric Dumazet2010-09-141-1/+1
* net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa2010-09-071-8/+8
* net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-181-1/+1
* net: disable preemption before call smp_processor_id()Changli Gao2010-08-081-0/+2
* net: Fix napi_gro_frags vs netpoll pathJarek Poplawski2010-08-051-4/+1Star
* Revert "net: remove zap_completion_queue"David S. Miller2010-08-031-3/+1Star
* net: cleanup inclusionChangli Gao2010-08-031-2/+0Star
* 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-281-0/+1
|\
| * net: dev_forward_skb should call nf_resetBen Greear2010-07-261-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-211-7/+13
|\|
| * net: fix problem in reading sock TX queueTom Herbert2010-07-151-4/+3Star
| * net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet2010-07-151-3/+10
* | net: 64bit stats for netdev_queueEric Dumazet2010-07-191-1/+3
* | net: support time stamping in phy devices.Richard Cochran2010-07-191-0/+3
* | net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-101-6/+6
* | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-101-5/+26
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-081-0/+18
|\|
| * net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-031-0/+18
* | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-9/+16
* | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2010-07-041-0/+62
* | net/core: use ntohs for skb->protocolSebastian Andrzej Siewior2010-06-301-1/+2
* | net: consolidate netif_needs_gso() checksJohn Fastabend2010-06-231-36/+32Star
* | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-1/+2
* | net: add rx_handler data pointerJiri Pirko2010-06-151-1/+5
* | net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-131-8/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-111-8/+17
|\|
| * net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2010-06-111-3/+14
| * net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner2010-06-091-5/+3Star
* | anycast: Some RCU conversionsEric Dumazet2010-06-081-9/+5Star
* | net: Remove unnecessary net action assertionjamal2010-06-071-3/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-071-4/+4
|\|
| * net: fix conflict between null_or_orig and null_or_bondJohn Fastabend2010-06-021-4/+4
* | skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck2010-06-051-3/+4
* | net: replace hooks in __netif_receive_skb V5Jiri Pirko2010-06-021-64/+55Star
* | net: add additional lock to qdisc to increase throughputEric Dumazet2010-06-021-4/+25
* | net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet2010-06-021-2/+2
* | net: remove zap_completion_queueEric Dumazet2010-05-311-1/+3
* | net: Use __this_cpu_inc() in fast pathEric Dumazet2010-05-311-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-261-21/+27
|\
| * net-2.6 : V2 - fix dev_get_valid_nameDaniel Lezcano2010-05-241-8/+12
| * net: fix problem in dequeuing from input_pkt_queueTom Herbert2010-05-211-13/+15
* | net: Expose all network devices in a namespaces in sysfsEric W. Biederman2010-05-211-23/+5Star
|/
* net: add a noref bit on skb dstEric Dumazet2010-05-181-0/+3
* rps: avoid one atomic in enqueue_to_backlogEric Dumazet2010-05-181-2/+4
* net: Consistent skb timestampingEric Dumazet2010-05-161-19/+31
* net: adjust handle_macvlan to pass port struct to hookJiri Pirko2010-05-161-3/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-6/+5Star
|\
| * veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet2010-05-061-6/+5Star
* | rps: Various optimizationsEric Dumazet2010-05-071-6/+22