aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAge
* mpls: Fix config check for mpls.Pravin B Shelar2014-12-23
* net: Rearrange loop in net_rx_actionHerbert Xu2014-12-23
* net: Always poll at least one device in net_rx_actionHerbert Xu2014-12-23
* net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu2014-12-23
* net: Move napi polling code out of net_rx_actionHerbert Xu2014-12-23
* net: drop the packet when fails to do software segmentation or header checkJason Wang2014-12-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11
|\
| * net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-10
| * net: avoid to call skb_queue_len againLi RongQing2014-12-09
| * rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2014-12-09
| * net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-02
| * vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-21
| * vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-21
| * net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-13
| * net: gro: add a per device gro flush timerEric Dumazet2014-11-10
| * openvswitch: Add basic MPLS support to kernelSimon Horman2014-11-06
| * net: less interrupt masking in NAPIEric Dumazet2014-11-03
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-01
| |\
| * | net: introduce napi_schedule_irqoff()Eric Dumazet2014-10-29
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-16
|\ \ \ | | |/ | |/|
| * | net: napi_reuse_skb() should check pfmemallocEric Dumazet2014-10-26
| |/
* / netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra2014-11-04
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-18
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-15
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08
|\ \
| * | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-07
| * | net: validate_xmit_vlan() is staticEric Dumazet2014-10-06
| * | net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-06
| * | net: skb_segment() provides list head and tailEric Dumazet2014-10-06
| * | qdisc: validate skb without holding lockEric Dumazet2014-10-03
| * | net: Change netdev_<level> logging functions to return voidJoe Perches2014-09-26
| * | net: Remove gso_send_check as an offload callbackTom Herbert2014-09-26
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
| |\ \
| * | | net: keep original skb which only needs header checking during software GSOJason Wang2014-09-22
| * | | ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-13
| * | | net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-13
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-08
| |\ \ \
| * | | | qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer2014-09-03
| * | | | net: Support for csum_bad in skbuffTom Herbert2014-09-02
| * | | | net: xmit_list() becomes dev_hard_start_xmit().David S. Miller2014-09-01
| * | | | net: Don't keep around original SKB when we software segment GSO frames.David S. Miller2014-09-01
| * | | | net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller2014-09-01
| * | | | net: Separate out SKB validation logic from transmit path.David S. Miller2014-09-01
| * | | | net: Have xmit_list() signal more==true when appropriate.David S. Miller2014-09-01
| * | | | net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-01
| * | | | net: Move main gso loop out of dev_hard_start_xmit() into helper.David S. Miller2014-09-01
| * | | | net: Create xmit_one() helper for dev_hard_start_xmit()David S. Miller2014-09-01
| * | | | net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-01