summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet
2018-06-11net-sysfs: Fix memory leak in XPS configurationAlexander Duyck
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-05-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita
2018-05-30net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-05-30net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree
2018-05-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2018-05-25net: Fix a bug in removing queues from XPS mapAmritha Nambiar
2018-05-16net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet
2018-05-16net: initialize skb->peeked when cloningEric Dumazet
2018-04-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-29net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller
2018-04-29net: validate attribute sizes in neigh_dump_table()Eric Dumazet
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-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-31devlink: Remove redundant free on error pathArkadi Sharshevsky
2018-03-08net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet
2018-03-08net: fix race on decreasing number of TX queuesJakub Kicinski
2018-02-25net_sched: gen_estimator: fix lockdep splatEric Dumazet
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-02-13soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-01-31bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-31flow_dissector: properly cap thoff fieldEric Dumazet
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet
2018-01-31net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-17ethtool: do not print warning for applications using legacy APIStephen Hemminger
2018-01-17net: core: fix module type in sock_diag_bindAndrii Vladyka
2018-01-02skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn
2018-01-02skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn
2018-01-02skbuff: orphan frags before zerocopy cloneWillem de Bruijn
2018-01-02sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn
2018-01-02net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-22net: ethtool: remove error check for legacy setting transceiver typeNiklas Söderlund
2017-10-22soreuseport: fix initialization raceCraig Gallek
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-16dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang