aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-3/+3
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti1-3/+3
2018-07-07net/smc: reduce sock_put() for fallback socketsUrsula Braun2-5/+12
2018-07-07tipc: make function tipc_net_finalize() thread safeJon Maloy1-6/+11
2018-07-07tipc: fix correct setting of message type in second discovererJon Maloy1-6/+7
2018-07-07tipc: correct discovery message handling during address trial periodJon Maloy1-1/+4
2018-07-07tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy1-2/+5
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso6-83/+44
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl3-16/+28
2018-07-06ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks1-2/+3
2018-07-05net: qrtr: Reset the node and port ID of broadcast messagesArun Kumar Neelakantam1-2/+7
2018-07-05net: qrtr: Broadcast messages only from control portArun Kumar Neelakantam1-0/+4
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore3-95/+52
2018-07-05netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2-0/+2
2018-07-05ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel1-0/+6
2018-07-04sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long1-1/+1
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2-72/+87
2018-07-04gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen1-2/+14
2018-07-03net/smc: fix up merge error with poll changesLinus Torvalds1-1/+2
2018-07-03tls: fix skb_to_sgvec returning unhandled error.Doron Roberts-Kedes1-0/+5
2018-07-02xsk: fix potential race in SKB TX completion codeMagnus Karlsson1-0/+4
2018-07-02xsk: frame could be completed more than once in SKB pathMagnus Karlsson1-3/+3
2018-07-02xsk: fix potential lost completion message in SKB pathMagnus Karlsson1-7/+2
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-171/+415
2018-07-02ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca4-6/+4
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-32/+54
2018-06-30net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu1-1/+71
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang1-9/+2
2018-06-30net/ipv6: Fix updates to prefix routeDavid Ahern1-3/+6
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko1-2/+1
2018-06-30tcp: fix Fast Open key endiannessYuchung Cheng1-5/+13
2018-06-29net: handle NULL ->poll gracefullyChristoph Hellwig1-0/+2
2018-06-29Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-21/+16
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt1-2/+5
2018-06-29nl80211: check nla_parse_nested() return valuesJohannes Berg1-5/+11
2018-06-29nl80211: relax ht operation checks for meshBob Copeland1-16/+3
2018-06-29mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior1-0/+2
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern1-32/+54
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds54-169/+212
2018-06-28net/smc: rebuild nonblocking connectUrsula Braun2-28/+71
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-06-28bpfilter: include bpfilter_umh in assembly instead of using objcopyMasahiro Yamada3-21/+14
2018-06-28strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes1-16/+1
2018-06-28bpfilter: check compiler capability in KconfigMasahiro Yamada2-5/+1
2018-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-11/+68
2018-06-27fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld1-0/+8
2018-06-27rds: clean up loopback rds_connections on netns deletionSowmini Varadhan3-1/+68
2018-06-26netfilter: nf_conncount: fix garbage collection confirm raceFlorian Westphal1-5/+47