summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-07-28net: skb_segment() should not return NULLEric Dumazet
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-07-25gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen
2018-06-13rtnetlink: validate attributes in do_setlink()Eric Dumazet
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-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2018-05-16net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet
2018-05-16net: initialize skb->peeked when cloningEric Dumazet
2018-04-29net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller
2018-04-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-29net: validate attribute sizes in neigh_dump_table()Eric Dumazet
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-04-13skbuff: only inherit relevant tx_flagsWillem de Bruijn
2018-04-13skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld
2018-04-13net: move somaxconn init from sysctl codeRoman Kapl
2018-04-13neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka
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-11net: fix race on decreasing number of TX queuesJakub Kicinski
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-02-13soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
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: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet
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-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-25net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-11-18soreuseport: fix initialization raceCraig Gallek
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-11-18net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet
2017-10-12Revert "socket, bpf: fix possible use after free"Greg Kroah-Hartman
2017-10-12socket, bpf: fix possible use after freeEric Dumazet
2017-10-12net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov
2017-10-12net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-09-20udp: on peeking bad csum, drop packets even if not at headEric Dumazet
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-08-11net: Zero terminate ifr_name in dev_ifname().David S. Miller