summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-08ipfrag: really prevent allocation on netns exitPaolo Abeni
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-07bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-07-07net/smc: reduce sock_put() for fallback socketsUrsula Braun
2018-07-07tipc: make function tipc_net_finalize() thread safeJon Maloy
2018-07-07tipc: fix correct setting of message type in second discovererJon Maloy
2018-07-07tipc: correct discovery message handling during address trial periodJon Maloy
2018-07-07tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy
2018-07-06ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks
2018-07-05net: qrtr: Reset the node and port ID of broadcast messagesArun Kumar Neelakantam
2018-07-05net: qrtr: Broadcast messages only from control portArun Kumar Neelakantam
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore
2018-07-04sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern
2018-07-04gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen
2018-07-03tls: fix skb_to_sgvec returning unhandled error.Doron Roberts-Kedes
2018-07-02xsk: fix potential race in SKB TX completion codeMagnus Karlsson
2018-07-02xsk: frame could be completed more than once in SKB pathMagnus Karlsson
2018-07-02xsk: fix potential lost completion message in SKB pathMagnus Karlsson
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-02ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-30net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang
2018-06-30net/ipv6: Fix updates to prefix routeDavid Ahern
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko
2018-06-30tcp: fix Fast Open key endiannessYuchung Cheng
2018-06-29net: handle NULL ->poll gracefullyChristoph Hellwig
2018-06-29Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt
2018-06-29nl80211: check nla_parse_nested() return valuesJohannes Berg
2018-06-29nl80211: relax ht operation checks for meshBob Copeland
2018-06-29mac80211: disable BHs/preemption in ieee80211_tx_control_port()Denis Kenzior
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-28net/smc: rebuild nonblocking connectUrsula Braun
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-06-28bpfilter: include bpfilter_umh in assembly instead of using objcopyMasahiro Yamada
2018-06-28strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes
2018-06-28bpfilter: check compiler capability in KconfigMasahiro Yamada
2018-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller