summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-05-22net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet
2018-05-22net: initialize skb->peeked when cloningEric Dumazet
2018-05-22net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller
2018-05-22vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-05-22net: fool proof dev_valid_name()Eric Dumazet
2018-05-22net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-05-22skbuff: only inherit relevant tx_flagsWillem de Bruijn
2018-05-22skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld
2018-05-22net: move somaxconn init from sysctl codeRoman Kapl
2018-05-22neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka
2018-05-22skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-20net: fix race on decreasing number of TX queuesJakub Kicinski
2018-03-04net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2018-03-04net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-02-28net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-02-28net: qdisc_pkt_len_init() should be more robustEric Dumazet
2018-02-28sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn
2018-02-28net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck
2018-01-17net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2018-01-17net: properly release sk_frag.pageEric Dumazet
2018-01-17net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2018-01-17net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-12-06netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-12-06tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-11-05net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-11-05net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-09-10net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-09-10rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-09-10net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-09-10net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-09-10net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-07-31net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-07-31Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen
2017-07-31net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-06-25ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka
2017-06-24net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-06-24netem: fix skb_orphan_partial()Eric Dumazet
2017-06-13rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-06-13netpoll: Check for skb->queue_mappingTushar Dave
2017-06-13net: neigh: guard against NULL solicit() methodEric Dumazet
2017-01-13tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-12-23net: add recursion limit to GROSabrina Dubroca
2016-07-10net: fix infoleak in rtnetlinkKangjie Lu
2016-07-10rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel
2016-03-04net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck
2016-03-04flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck
2016-03-04net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-04unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-01-31net: bpf: reject invalid shiftsRabin Vincent
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov