summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-02ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca
2017-11-02ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-11-02ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-11-02packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-11-02ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-11-02cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari
2017-11-02cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari
2017-11-02ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2017-11-02xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter
2017-11-02xfrm: NULL dereference on allocation failureDan Carpenter
2017-11-02net: ping: do not abuse udp_poll()Eric Dumazet
2017-11-02net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng
2017-11-02net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-11-02net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-11-02tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-11-02tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-11-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-11-02tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-11-02netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet
2017-11-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng
2017-11-02sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko
2017-11-02netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang
2017-11-02net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-11-02netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-11-01nl80211: check for the required netlink attributes presenceVladis Dronov
2017-11-01xfrm: policy: check policy direction valueVladis Dronov
2017-11-01rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells
2017-11-01tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-11-01tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell
2017-11-01tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-11-01Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro
2017-11-01Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro
2017-11-01udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-11-01net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-11-01net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-11-01ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov
2017-06-20ipv6: check raw payload size correctly in ioctlJamie Bainbridge
2017-06-20p9_client_readdir() fixAl Viro
2017-06-20RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com
2017-06-20ip6mr: fix notification device destructionNikolay Aleksandrov
2017-06-20sctp: listen on the sock only when it's state is listening or closedXin Long
2017-06-20net: neigh: guard against NULL solicit() methodEric Dumazet
2017-06-20net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-06-20net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-06-20net: ipv6: check route protocol when deleting routesMantas M
2017-06-20net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2017-06-20libceph: force GFP_NOIO for socket allocationsIlya Dryomov
2017-06-20tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-06-20ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-06-20dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa