summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | cls_flower: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-16/+10
| * | | | | | | | | cls_bpf: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-14/+10
| * | | | | | | | | cls_basic: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-15/+10
| * | | | | | | | | cls_api: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-2/+2
| * | | | | | | | | net sched actions: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-35/+25
| * | | | | | | | | idr: Delete idr_find_ext functionMatthew Wilcox2018-02-063-3/+3
| * | | | | | | | | idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-065-5/+5
| * | | | | | | | | idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-066-13/+13
* | | | | | | | | | Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-081-10/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | afs: Support the AFS dynamic rootDavid Howells2018-02-061-10/+12
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-02-081-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | libceph: check kstrndup() return valueChengguang Xu2018-01-291-0/+4
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko2018-02-071-13/+0
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | 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
| | * | | | | | | netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik2018-01-316-63/+63
| | * | | | | | | netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet2018-01-251-0/+6
| | * | | | | | | netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov2018-01-071-2/+1
| * | | | | | | | rtnetlink: remove check for IFLA_IF_NETNSIDChristian Brauner2018-02-011-3/+0
| * | | | | | | | inet: Avoid unitialized variable warning in inet_unhash()Geert Uytterhoeven2018-02-011-4/+2
| * | | | | | | | net: bridge: Fix uninitialized error in br_fdb_sync_static()Geert Uytterhoeven2018-02-011-1/+1
| * | | | | | | | openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk2018-02-011-0/+34
| * | | | | | | | tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell2018-02-011-3/+3
OpenPOWER on IntegriCloud