aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2017-11-182-0/+17
* ipv4: add option to drop gratuitous ARP packetsJohannes Berg2017-11-182-0/+10
* ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2017-11-182-0/+18
* ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2017-11-182-1/+26
* ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca2017-11-061-2/+2
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-11-061-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-11-061-6/+19
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-11-061-4/+9
* ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-11-061-4/+5
* cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-11-061-2/+1
* cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-11-061-0/+4
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-11-061-1/+2
* xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-11-061-4/+12
* xfrm: NULL dereference on allocation failureDan Carpenter2017-11-061-0/+1
* net: ping: do not abuse udp_poll()Eric Dumazet2017-11-062-2/+2
* net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-11-061-1/+2
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-11-061-0/+2
* net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-11-061-0/+2
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-11-061-0/+4
* tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-11-061-2/+1
* tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-11-061-2/+2
* tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-11-061-0/+2
* netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-11-061-1/+5
* tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-11-061-0/+1
* sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-11-061-0/+2
* netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang2017-11-061-3/+10
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-11-061-1/+1
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-11-065-0/+7
* rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-11-061-30/+34
* tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-11-062-22/+15
* tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-11-061-9/+5
* tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-11-061-3/+1
* Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro2017-11-061-0/+3
* Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2017-11-061-0/+4
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-11-063-6/+10
* ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-11-061-5/+14
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-10-201-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-10-201-3/+18
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-161-0/+3
* seq_file: remove "%n" usage from seq_file usersTetsuo Handa2017-09-236-57/+52
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-131-37/+43
* af_key: Add lock to key dumpYuejie Shi2017-08-311-7/+35
* net: core: neighbour: Change the print format for addressesNaveen Ramaraj2017-08-241-2/+2
* xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-08-201-5/+4
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-201-3/+4
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2017-08-201-0/+8
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-201-1/+1
* xfrm: policy: check policy direction valueVladis Dronov2017-08-111-0/+6
* UPSTREAM: net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-051-3/+9
* UPSTREAM: net: remove open-coded skb_cow_head.françois romieu2017-08-051-2/+2