aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* gcc6: partial merge of 'Fix all GCC 6.x warnings' by nathanchance : https://g...Moyster2018-12-011-0/+3
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-303-4/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-29110-110/+110
* net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2018-11-293-22/+2
* GCC: Fix up for gcc 5+mydongistiny2018-11-293-0/+4
* netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-11-271-1/+12
* ANDROID: Revert "net: increase fragment memory usage limits"Greg Hackmann2018-11-271-15/+7
* UPSTREAM: tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-11-271-2/+14
* UPSTREAM: tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-11-271-0/+3
* ANDROID: qtaguid: Fix the UAF probelm with tag_ref_treeChenbo Feng2018-05-161-9/+11
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendPaul Lawrence2018-05-161-0/+4
* nl80211: Define policy for packet pattern attributesPeng Xu2018-05-161-1/+9
* BACKPORT: net: ipv4: fix for a race condition in raw_sendmsgJonathan Solnit2018-05-161-5/+10
* ipsec: Fix aborted xfrm policy dump crashHerbert Xu2018-04-131-10/+15
* BACKPORT: netlink: add a start callback for starting a netlink dumpTom Herbert2018-04-132-0/+20
* UPSTREAM: genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira2018-04-131-1/+1
* BACKPORT: ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-02-121-2/+4
* UPSTREAM: ipv4, ipv6: ensure raw socket message is big enough to hold an IP h...Alexander Potapenko2018-01-302-0/+5
* arm64: use the new *_relaxed macros for lower power usagefranciscofranco2017-12-251-1/+1
* UPSTREAM: sctp: do not peel off an assoc from one netns to another oneXin Long2017-12-131-0/+4
* cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-12-081-0/+1
* format-security: move static strings to constKees Cook2017-12-051-1/+2
* tcp: fix a compile error in DBGUNDO()Eric Dumazet2017-12-051-2/+1
* UPSTREAM: net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2017-12-052-1/+8
* net: xfrm: missing const from "xfrm: Don't use sk_family for socket policy lo...Moyster2017-12-051-1/+1
* 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