summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-14net: use rcu_barrier() in rollback_registered_manyEric Dumazet
2010-09-07net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi
2010-09-07netdev: Add tracepoints to netdev layerKoki Sanagi
2010-08-18net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-08net: disable preemption before call smp_processor_id()Changli Gao
2010-08-05net: Fix napi_gro_frags vs netpoll pathJarek Poplawski
2010-08-03Revert "net: remove zap_completion_queue"David S. Miller
2010-08-03net: cleanup inclusionChangli Gao
2010-08-01net: ingress filter message limitStephen Hemminger
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-26net: dev_forward_skb should call nf_resetBen Greear
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-19net: 64bit stats for netdev_queueEric Dumazet
2010-07-19net: support time stamping in phy devices.Richard Cochran
2010-07-15net: fix problem in reading sock TX queueTom Herbert
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet
2010-07-10net: Document that dev_get_stats() returns the given pointerBen Hutchings
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
2010-06-30net/core: use ntohs for skb->protocolSebastian Andrzej Siewior
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko
2010-06-15net: add rx_handler data pointerJiri Pirko
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-11net: deliver skbs on inactive slaves to exact matchesJohn Fastabend
2010-06-09net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner
2010-06-08anycast: Some RCU conversionsEric Dumazet
2010-06-07net: Remove unnecessary net action assertionjamal
2010-06-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet
2010-05-31net: remove zap_completion_queueEric Dumazet
2010-05-31net: Use __this_cpu_inc() in fast pathEric Dumazet
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-05-24net-2.6 : V2 - fix dev_get_valid_nameDaniel Lezcano
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert
2010-05-18net: add a noref bit on skb dstEric Dumazet
2010-05-18rps: avoid one atomic in enqueue_to_backlogEric Dumazet
2010-05-16net: Consistent skb timestampingEric Dumazet