summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-08-28net: propagate dev_get_valid_name return codeLi RongQing
2018-04-13net: fool proof dev_valid_name()Eric Dumazet
2018-04-13net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-03-11net: fix race on decreasing number of TX queuesJakub Kicinski
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-08-11net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-04-18packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2017-04-18net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2017-04-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2015-09-28net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-06-15net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-14net: reject creation of netdev names with colonsMatthew Thode
2015-02-26net: rps: fix cpu unplugEric Dumazet
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita
2015-01-27net: drop the packet when fails to do software segmentation or header checkJason Wang
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-06net: validate_xmit_vlan() is staticEric Dumazet
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-06net: skb_segment() provides list head and tailEric Dumazet
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-09-28net_dma: simple removalDan Williams
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang
2014-09-15net: fix creation adjacent device symlinksAlexander Y. Fomichev
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong