summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2012-01-19Merge commit 'v2.6.35.14' into del-5.8/mainAlex Gonzalez
2011-04-28gro: reset skb_iif on reuseAndy Gospodarek
2011-04-28gro: Reset dev pointer on reuseHerbert Xu
2011-03-31net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-01-17ENGR00126692-3: Upgrade kernel to 2.6.35Dinh Nguyen
2010-12-14net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2010-11-22net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear
2010-11-22net: add a recursion limit in xmit pathEric Dumazet
2010-08-26net: disable preemption before call smp_processor_id()Changli Gao
2010-08-26net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-26net: Fix napi_gro_frags vs netpoll pathJarek Poplawski
2010-07-25net: dev_forward_skb should call nf_resetBen Greear
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-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
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-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend
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
2010-05-06rps: Various optimizationsEric Dumazet
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet
2010-05-02net: fix softnet_statChangli Gao
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao
2010-04-24rps: optimize rps_get_cpu()Changli Gao
2010-04-22net: Orphan and de-dst skbs earlier in xmit path.David S. Miller
2010-04-22rps: immediate send IPI in process_backlog()Eric Dumazet
2010-04-21net: Introduce skb_orphan_try()Eric Dumazet
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells
2010-04-20net: emphasize rtnl lock required in call_netdevice_notifiersJiri Pirko
2010-04-20rps: consistent rxhashEric Dumazet
2010-04-20rps: cleanupsEric Dumazet
2010-04-19rps: shortcut net_rps_action()Eric Dumazet
2010-04-18net: Introduce skb_orphan_try()Eric Dumazet
2010-04-18net: remove time limit in process_backlog()Eric Dumazet
2010-04-17rps: rps_sock_flow_table is mostly readEric Dumazet
2010-04-16rfs: Receive Flow SteeringTom Herbert
2010-04-15net: dev_pick_tx() fixEric Dumazet
2010-04-15net: netif_rx() must disable preemptionEric Dumazet
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet
2010-04-13net: sk_dst_cache RCUificationEric Dumazet