summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan2018-02-0811-30/+76
* net: Whitelist the skbuff_head_cache "cb" fieldKees Cook2018-02-081-1/+3
* rtnetlink: require unique netns identifierChristian Brauner2018-02-081-0/+48
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-02-081-2/+10
* rxrpc: Don't put crypto buffers on the stackDavid Howells2018-02-082-41/+52
* tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu2018-02-072-2/+4
* sch_netem: Bug fixing in calculating Netem intervalMd. Islam2018-02-071-1/+1
* net/ipv6: onlink nexthop checks should default to main tableDavid Ahern2018-02-071-2/+3
* net/ipv6: Handle reject routes with onlink flagDavid Ahern2018-02-071-1/+2
* rxrpc: Fix received abort handlingDavid Howells2018-02-072-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-0713-73/+92
|\
| * netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau2018-02-071-20/+7
| * netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-075-13/+24
| * netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso2018-02-072-18/+25
| * netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang2018-02-071-5/+17
| * netfilter: nft_flow_offload: no need to flush entries on module removalPablo Neira Ayuso2018-02-021-6/+0
| * netfilter: nft_flow_offload: wait for garbage collector to run after cleanupPablo Neira Ayuso2018-02-022-4/+5
| * netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang2018-02-021-0/+1
| * netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso2018-02-023-7/+7
| * netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan2018-02-021-0/+1
| * netfilter: x_tables: make allocation less aggressiveMichal Hocko2018-02-021-1/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-062-36/+25
|\ \
| * | build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada2018-02-061-4/+4
| * | bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-061-32/+21
* | | RDS: IB: Fix null pointer issueGuanglei Li2018-02-061-1/+2
* | | net: erspan: fix erspan config overwriteWilliam Tu2018-02-062-18/+0
* | | net: erspan: fix metadata extractionWilliam Tu2018-02-062-3/+8
* | | cls_u32: fix use after free in u32_destroy_key()Paolo Abeni2018-02-061-10/+11
* | | sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala2018-02-051-6/+4
* | | sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev2018-02-051-3/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-041-0/+4
|\ \ \ | |/ / |/| |
| * | bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann2018-02-011-0/+4
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-041-3/+6
|\ \ \
| * | | nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-01-301-3/+6
* | | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-035-2/+18
|\ \ \ \
| * | | | net: Restrict unwhitelisted proto caches to size 0Kees Cook2018-01-151-3/+1
| * | | | sctp: Copy struct sctp_sock.autoclose to userspace using put_user()David Windsor2018-01-151-1/+1
| * | | | sctp: Define usercopy region in SCTP proto slab cacheDavid Windsor2018-01-151-0/+8
| * | | | caif: Define usercopy region in caif proto slab cacheDavid Windsor2018-01-151-0/+2
| * | | | ip: Define usercopy region in IP proto slab cacheDavid Windsor2018-01-152-0/+4
| * | | | net: Define usercopy region in struct proto slab cacheDavid Windsor2018-01-151-1/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-0329-158/+236
|\ \ \ \ \
| * | | | | Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-022-5/+1
| * | | | | soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet2018-02-021-15/+20
| * | | | | cls_u32: add missing RCU annotation.Paolo Abeni2018-02-021-5/+7
| | |_|_|/ | |/| | |
| * | | | net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-011-0/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-0117-99/+114
| |\ \ \ \
| | * | | | netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-01-314-29/+26
| | * | | | netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-01-311-3/+13
| | * | | | netfilter: x_tables: fix pointer leaks to userspaceDmitry Vyukov2018-01-315-2/+5
OpenPOWER on IntegriCloud