summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-5/+56
2018-02-08tipc: fix skb truesize/datasize ratio controlHoang Le1-2/+2
2018-02-08net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera1-1/+2
2018-02-08mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams1-10/+14
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan11-30/+76
2018-02-08net: Whitelist the skbuff_head_cache "cb" fieldKees Cook1-1/+3
2018-02-08rtnetlink: require unique netns identifierChristian Brauner1-0/+48
2018-02-08netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel1-2/+10
2018-02-08rxrpc: Don't put crypto buffers on the stackDavid Howells2-41/+52
2018-02-08tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu2-2/+4
2018-02-08sch_netem: Bug fixing in calculating Netem intervalMd. Islam1-1/+1
2018-02-08net/ipv6: onlink nexthop checks should default to main tableDavid Ahern1-2/+3
2018-02-08net/ipv6: Handle reject routes with onlink flagDavid Ahern1-1/+2
2018-02-08rxrpc: Fix received abort handlingDavid Howells2-5/+14
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-73/+92
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau1-20/+7
2018-02-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-36/+25
2018-02-07build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada1-4/+4
2018-02-07bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-32/+21
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso5-13/+24
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso2-18/+25
2018-02-07netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang1-5/+17
2018-02-06RDS: IB: Fix null pointer issueGuanglei Li1-1/+2
2018-02-06net: erspan: fix erspan config overwriteWilliam Tu2-18/+0
2018-02-06net: erspan: fix metadata extractionWilliam Tu2-3/+8
2018-02-06cls_u32: fix use after free in u32_destroy_key()Paolo Abeni1-10/+11
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend2-5/+56
2018-02-06sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala1-6/+4
2018-02-06sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev1-3/+7
2018-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+4
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+6
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-2/+18
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-158/+236
2018-02-03Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2-5/+1
2018-02-03soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet1-15/+20
2018-02-03cls_u32: add missing RCU annotation.Paolo Abeni1-5/+7
2018-02-02netfilter: nft_flow_offload: no need to flush entries on module removalPablo Neira Ayuso1-6/+0
2018-02-02netfilter: nft_flow_offload: wait for garbage collector to run after cleanupPablo Neira Ayuso2-4/+5
2018-02-02netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang1-0/+1
2018-02-02netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso3-7/+7
2018-02-02netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan1-0/+1
2018-02-02netfilter: x_tables: make allocation less aggressiveMichal Hocko1-1/+6
2018-02-01net: igmp: add a missing rcu locking sectionEric Dumazet1-0/+4
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller17-99/+114
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-2861/+0
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann1-0/+4
2018-02-01rtnetlink: remove check for IFLA_IF_NETNSIDChristian Brauner1-3/+0
2018-02-01inet: Avoid unitialized variable warning in inet_unhash()Geert Uytterhoeven1-4/+2
2018-02-01net: bridge: Fix uninitialized error in br_fdb_sync_static()Geert Uytterhoeven1-1/+1
2018-02-01openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk1-0/+34