summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko1-1/+2
2017-04-18packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2017-04-18net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2017-04-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+15
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-06-15net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-6/+2
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-2/+2
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+3
2015-03-14net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-02-27net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+14
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2015-01-27net: drop the packet when fails to do software segmentation or header checkJason Wang1-1/+1
2014-10-27net: napi_reuse_skb() should check pfmemallocEric Dumazet1-0/+4
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+7
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-197/+262
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-10/+0
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-10/+9
2014-10-07net: validate_xmit_vlan() is staticEric Dumazet1-1/+2
2014-10-07net: introduce netdevice gso_min_segs attributeEric Dumazet1-3/+6
2014-10-06net: skb_segment() provides list head and tailEric Dumazet1-12/+15
2014-10-04qdisc: validate skb without holding lockEric Dumazet1-3/+26
2014-09-28net_dma: simple removalDan Williams1-10/+0
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches1-27/+17
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-10/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+11
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang1-3/+5
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev1-7/+11
2014-09-14ipv6: drop useless rcu_read_lock() in anycastWANG Cong1-6/+8
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend1-2/+49
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+71
2014-09-04qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer1-2/+8
2014-09-02net: Support for csum_bad in skbuffTom Herbert1-1/+1
2014-09-02net: xmit_list() becomes dev_hard_start_xmit().David S. Miller1-13/+2
2014-09-02net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-65/+14
2014-09-02net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-5/+1
2014-09-02net: Separate out SKB validation logic from transmit path.David S. Miller1-54/+71
2014-09-02net: Have xmit_list() signal more==true when appropriate.David S. Miller1-4/+4
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-1/+1
2014-09-02net: Move main gso loop out of dev_hard_start_xmit() into helper.David S. Miller1-19/+29
2014-09-02net: Create xmit_one() helper for dev_hard_start_xmit()David S. Miller1-16/+19
2014-09-02net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-5/+2
2014-08-30net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert1-8/+16