summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2019-12-01net: do not abort bulk send on BQL statusEric Dumazet
2019-09-19net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-08-09net: fix ifindex collision during namespace removalJiri Pirko
2019-06-09net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-05-25net: avoid weird emergency messageEric Dumazet
2019-05-16net: don't keep lonely packets forever in the gro hashPaolo Abeni
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser
2018-11-23net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-08-24net: propagate dev_get_valid_name return codeLi RongQing
2018-05-25net: Fix a bug in removing queues from XPS mapAmritha Nambiar
2018-04-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-12net: fool proof dev_valid_name()Eric Dumazet
2018-04-12net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-03-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-08net: 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-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer
2017-08-13net: export some generic xdp helpersJason Wang
2017-08-11net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-19net: make dev_close and related functions voidstephen hemminger
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend
2017-07-17net: xdp: support xdp generic on virtual devicesJohn Fastabend
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski