aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan
2018-09-29tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca
2018-09-29tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-09-29tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca
2018-09-29net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti
2018-09-29udp6: add missing checks on edumux packet processingPaolo Abeni
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
2018-09-29udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-26net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern
2018-09-26Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-26erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan
2018-09-26erspan: fix error handling for erspan tunnelHaishuang Yan
2018-09-26net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg
2018-09-26rds: fix two RCU related problemsCong Wang
2018-09-19ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-19ip: process in-order fragments efficientlyPeter Oskolkov
2018-09-19ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-09-19ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2018-09-19net: sk_buff rbnode reorgEric Dumazet
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet
2018-09-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2018-09-19ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2018-09-19net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2018-09-19net: speed up skb_rbtree_purge()Eric Dumazet
2018-09-19ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2018-09-19inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-09-19inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet
2018-09-19ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2018-09-19inet: frags: do not clone skb in ip_expire()Eric Dumazet
2018-09-19inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-09-19inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-09-19inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-09-19inet: frags: remove some helpersEric Dumazet
2018-09-19inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-09-19ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet
2018-09-19inet: frags: refactor lowpan_net_frag_init()Eric Dumazet
2018-09-19inet: frags: refactor ipv6_frag_init()Eric Dumazet
2018-09-19inet: frags: Convert timers to use timer_setup()Kees Cook
2018-09-19inet: frags: refactor ipfrag_init()Eric Dumazet
2018-09-19inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-09-19inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-09-19net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata
2018-09-19Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann
2018-09-15RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-15net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker