aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-14net: use rcu_barrier() in rollback_registered_manyEric Dumazet1-1/+1
2010-09-07net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa1-8/+8
2010-08-17net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1
2010-08-07net: disable preemption before call smp_processor_id()Changli Gao1-0/+2
2010-08-05net: Fix napi_gro_frags vs netpoll pathJarek Poplawski1-4/+1
2010-08-03Revert "net: remove zap_completion_queue"David S. Miller1-3/+1
2010-08-02net: cleanup inclusionChangli Gao1-2/+0
2010-08-01net: ingress filter message limitStephen Hemminger1-4/+4
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-07-25net: dev_forward_skb should call nf_resetBen Greear1-0/+1
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+13
2010-07-19net: 64bit stats for netdev_queueEric Dumazet1-1/+3
2010-07-18net: support time stamping in phy devices.Richard Cochran1-0/+3
2010-07-14net: fix problem in reading sock TX queueTom Herbert1-4/+3
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet1-3/+10
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings1-6/+6
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-5/+26
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+18
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-9/+16
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-0/+62
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+18
2010-06-30net/core: use ntohs for skb->protocolSebastian Andrzej Siewior1-1/+2
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend1-36/+32
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-1/+2
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+5
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-8/+11
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+17
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-3/+14
2010-06-09net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner1-5/+3
2010-06-07anycast: Some RCU conversionsEric Dumazet1-9/+5
2010-06-07net: Remove unnecessary net action assertionjamal1-3/+0
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck1-3/+4
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko1-64/+55
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet1-4/+25
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend1-4/+4
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet1-2/+2
2010-05-31net: remove zap_completion_queueEric Dumazet1-1/+3
2010-05-31net: Use __this_cpu_inc() in fast pathEric Dumazet1-2/+1
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-21/+27
2010-05-23net-2.6 : V2 - fix dev_get_valid_nameDaniel Lezcano1-8/+12
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman1-23/+5
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert1-13/+15
2010-05-17net: add a noref bit on skb dstEric Dumazet1-0/+3
2010-05-17rps: avoid one atomic in enqueue_to_backlogEric Dumazet1-2/+4
2010-05-15net: Consistent skb timestampingEric Dumazet1-19/+31
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-3/+7
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+5
2010-05-06rps: Various optimizationsEric Dumazet1-6/+22
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet1-6/+5