aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* l2tp: do not accept arbitrary socketsEric Dumazet2019-05-021-2/+6
* l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault2019-05-021-10/+0
* netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2019-05-021-0/+4
* netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet2019-05-021-3/+6
* cfg80211: fix station info handling bugsJohannes Berg2019-05-021-2/+1
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2019-05-021-2/+6
* netfilter: nat: cope with negative port rangePaolo Abeni2019-05-021-2/+5
* netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni2019-05-021-6/+6
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2019-05-024-29/+26
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2019-05-021-8/+6
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2019-05-021-0/+2
* ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2019-05-021-6/+8
* ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+4
* ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-05-021-0/+3
* net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2019-05-021-0/+2
* BACKPORT: neigh: probe application via netlink in NUD_PROBETimo Teräs2019-05-021-3/+4
* inet: prevent leakage of uninitialized memory to user in recv syscalls Only u...Hannes Frederic Sowa2019-05-021-11/+5
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-05-021-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-05-021-18/+32
* ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine2019-05-021-4/+10
* neigh: do not modify unlinked entriesJulian Anastasov2019-05-021-0/+11
* 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