summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2018-02-06RDS: IB: Fix null pointer issueGuanglei Li
2018-02-06net: erspan: fix erspan config overwriteWilliam Tu
2018-02-06net: erspan: fix metadata extractionWilliam Tu
2018-02-06cls_u32: fix use after free in u32_destroy_key()Paolo Abeni
2018-02-05sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala
2018-02-05sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-02soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
2018-02-02cls_u32: add missing RCU annotation.Paolo Abeni
2018-02-01net: igmp: add a missing rcu locking sectionEric Dumazet
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann
2018-02-01rtnetlink: remove check for IFLA_IF_NETNSIDChristian Brauner
2018-02-01inet: Avoid unitialized variable warning in inet_unhash()Geert Uytterhoeven
2018-02-01net: bridge: Fix uninitialized error in br_fdb_sync_static()Geert Uytterhoeven
2018-02-01openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk
2018-02-01tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-01-31tls: Add support for encryption using async offload acceleratorVakul Garg
2018-01-31ip6mr: fix stale iteratorNikolay Aleksandrov
2018-01-31net/sched: kconfig: Remove blank help textsUlf Magnusson
2018-01-31openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2018-01-31tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva
2018-01-31rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINKChristian Brauner
2018-01-31Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina
2018-01-31netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-01-31netfilter: x_tables: fix pointer leaks to userspaceDmitry Vyukov
2018-01-31netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik
2018-01-30Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30nl80211: Sanitize array index in parse_txq_paramsDan Williams
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe
2018-01-30ipmr: Fix ptrdiff_t print formattingJames Hogan
2018-01-29tcp: release sk_frag.page in tcp_disconnectLi RongQing