summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-19net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-08-09net: fix ifindex collision during namespace removalJiri Pirko1-0/+2
2019-06-09net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet1-1/+1
2019-05-25net: avoid weird emergency messageEric Dumazet1-1/+1
2019-05-16net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
2018-11-23net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-08-24net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-05-25net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-04-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-1/+1
2018-04-12net: fool proof dev_valid_name()Eric Dumazet1-1/+1
2018-04-12net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet1-1/+1
2018-03-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet1-7/+15
2018-03-09net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+2
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-09-23net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-21net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-09-09net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer1-0/+1
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer1-2/+2
2017-08-14net: export some generic xdp helpersJason Wang1-6/+8
2017-08-12net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-09net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn1-2/+2
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca1-1/+21
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca1-0/+6
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-07-20net: make dev_close and related functions voidstephen hemminger1-15/+11
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller1-18/+0
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend1-2/+20
2017-07-17net: xdp: support xdp generic on virtual devicesJohn Fastabend1-95/+113
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko1-3/+3
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-1/+2
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys1-1/+1
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+20
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-7/+17
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet1-3/+3
2017-06-23xdp: add reporting of offload modeJakub Kicinski1-2/+1
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski1-2/+5
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski1-2/+3
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0