summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: Do not reload skb pointer after skb_gro_receive().David Miller2018-06-111-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-113-6/+15
|\
| * xsk: silence warning on memory allocation failureBjörn Töpel2018-06-111-1/+2
| * selftests: bpf: fix urandom_read build issueAnders Roxell2018-06-111-3/+1
| * bpf: implement dummy fops for bpf objectsDaniel Borkmann2018-06-081-2/+12
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-06-115-25/+48
|\ \
| * | ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2018-06-112-3/+17
| * | ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck2018-06-111-2/+11
| * | ixgbe: Move ipsec init function to before reset callAlexander Duyck2018-06-112-9/+9
| * | ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2018-06-112-3/+3
| * | ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2018-06-112-8/+8
* | | net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern2018-06-111-1/+1
* | | tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-113-15/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-1115-36/+99
|\ \ \
| * | | netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe2018-06-081-10/+0
| * | | netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-083-0/+4
| * | | netfilter: nf_conntrack: Increase __IPS_MAX_BIT with new bit IPS_OFFLOAD_BITGao Feng2018-06-071-1/+1
| * | | netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo2018-06-061-1/+1
| * | | Merge git://blackhole.kfki.hu/nfPablo Neira Ayuso2018-06-063-12/+23
| |\ \ \
| | * | | netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-061-1/+4
| | * | | netfilter: ipset: Limit max timeout valueJozsef Kadlecsik2018-06-062-8/+10
| | * | | netfilter: ipset: List timing out entries with "timeout 1" instead of zeroJozsef Kadlecsik2018-06-061-2/+8
| | * | | netfilter: xt_set: Check hook mask correctlySerhey Popovych2018-06-061-1/+1
| * | | | netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-06-061-0/+13
| * | | | netfilter: ebtables: fix compat entry paddingAlin Nastac2018-06-041-5/+5
| |/ / /
| * | | ipvs: fix check on xmit to non-local addressesJulian Anastasov2018-06-041-1/+1
| * | | netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v...Taehee Yoo2018-06-041-1/+1
| * | | ipvs: register conntrack hooks for ftpJulian Anastasov2018-06-022-0/+34
| * | | netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-06-011-5/+6
| * | | netfilter: xt_CT: Reject the non-null terminated string from user spaceGao Feng2018-06-011-0/+10
* | | | net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia2018-06-111-1/+2
* | | | ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-111-3/+0
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1037-129/+301
|\ \ \
| * | | tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh2018-06-101-5/+7
| * | | net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado2018-06-101-6/+29
| * | | socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2018-06-101-3/+15
| * | | net: bridge: Fix locking in br_fdb_find_port()Petr Machata2018-06-081-1/+3
| * | | udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-086-8/+21
| * | | cdc_ncm: avoid padding beyond end of skbBjørn Mork2018-06-081-2/+2
| * | | net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-081-9/+6
| * | | net: fddi: fix a possible null-ptr-derefYueHaibing2018-06-081-27/+28
| * | | net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King2018-06-081-6/+5
| * | | net: stmmac: fix build failure due to missing COMMON_CLK dependencyCorentin Labbe2018-06-081-5/+5
| | |/ | |/|
| * | bpfilter: fix race in pipe accessAlexei Starovoitov2018-06-071-3/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-077-26/+118
| |\ \
| | * | bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann2018-06-071-2/+4
| | * | xsk: Fix umem fill/completion queue mmap on 32-bitGeert Uytterhoeven2018-06-082-3/+3
| | * | tools/bpf: fix selftest get_cgroup_id_userYonghong Song2018-06-082-3/+23
| | * | bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-072-18/+88
| * | | bpfilter: fix OUTPUT_FORMATAlexei Starovoitov2018-06-071-1/+1