summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2010-12-09vlan: Avoid hwaccel vlan packets when vid not used.Jesse Gross
2010-12-09net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
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-08-17net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-07net: 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-02net: cleanup inclusionChangli Gao
2010-08-01net: ingress filter message limitStephen Hemminger
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-25net: dev_forward_skb should call nf_resetBen Greear
2010-07-20Merge 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-18net: support time stamping in phy devices.Richard Cochran
2010-07-14net: fix problem in reading sock TX queueTom Herbert
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings
2010-07-09net: 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-02net: 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-10net: 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-07anycast: Some RCU conversionsEric Dumazet
2010-06-07net: Remove unnecessary net action assertionjamal
2010-06-06Merge 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-23net-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-17net: add a noref bit on skb dstEric Dumazet
2010-05-17rps: avoid one atomic in enqueue_to_backlogEric Dumazet
2010-05-15net: Consistent skb timestampingEric Dumazet
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller