summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-056-81/+88
|\
| * xfrm interface: fix memory leak on creationNicolas Dichtel2019-07-031-70/+28
| * xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal2019-07-032-6/+33
| * xfrm: remove a duplicated assignmentCong Wang2019-07-021-3/+0
| * ipsec: select crypto ciphers for xfrm_algoArnd Bergmann2019-06-211-0/+2
| * xfrm: fix sa selector validationNicolas Dichtel2019-06-171-0/+3
| * af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden2019-05-281-2/+6
| * xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-05-281-0/+16
* | bonding: validate ip header before check IPPROTO_IGMPCong Wang2019-07-031-14/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-0316-296/+230
|\ \
| * | xdp: fix hang while unregistering device bound to xdp socketIlya Maximets2019-07-034-16/+87
| * | xdp: hold device for umem regardless of zero-copy modeIlya Maximets2019-07-031-5/+6
| * | selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc2019-07-031-6/+6
| * | selftests: bpf: add tests for shifts by zeroLuke Nelson2019-07-031-0/+85
| * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson2019-07-031-57/+6
| * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson2019-07-031-198/+23
| * | bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach2019-06-292-0/+2
| * | bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang2019-06-261-2/+2
| * | tools: bpftool: use correct argument in cgroup errorsJakub Kicinski2019-06-261-3/+3
| * | xsk: Properly terminate assignment in xskq_produce_flush_descNathan Chancellor2019-06-261-1/+1
| * | MAINTAINERS: add reviewer to maintainers entryBjörn Töpel2019-06-251-0/+1
| * | samples/bpf: xdp_redirect, correctly get dummy program idPrashant Bhole2019-06-241-1/+1
| * | bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-06-241-6/+6
| * | bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookupAnton Protopopov2019-06-171-1/+1
* | | net: hns: add support for vlan TSOYonglong Liu2019-07-031-0/+1
* | | sctp: count data bundling sack chunk for outctrlchunksXin Long2019-07-031-0/+3
* | | r8152: move calling r8153b_rx_agg_chg_indicate()Hayes Wang2019-07-031-10/+26
* | | net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-07-031-3/+0
* | | selftests/net: skip psock_tpacket test if KALLSYMS was not enabledPo-Hsu Lin2019-07-022-5/+10
* | | rxrpc: Fix oops in tracepointDavid Howells2019-07-021-1/+1
* | | net: usb: asix: init MAC address buffersPhong Tran2019-07-021-3/+3
* | | Merge branch 'macsec-fix-some-bugs-in-the-receive-path'David S. Miller2019-07-021-3/+3
|\ \ \
| * | | macsec: fix checksumming after decryptionAndreas Steinmetz2019-07-021-0/+1
| * | | macsec: fix use-after-free of skb during RXAndreas Steinmetz2019-07-021-3/+2
|/ / /
* | | rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-07-021-2/+2
* | | Merge branch 'bridge-stale-ptrs'David S. Miller2019-07-023-17/+17
|\ \ \
| * | | net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov2019-07-021-2/+1
| * | | net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov2019-07-021-5/+3
| * | | net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov2019-07-021-2/+1
| * | | net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov2019-07-021-8/+12
|/ / /
* | | r8152: fix the setting of detecting the linking change for runtime suspendHayes Wang2019-07-011-11/+27
* | | net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-013-3/+4
* | | net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-011-0/+8
* | | Merge branch 'idr-fix-overflow-cases-on-32-bit-CPU'David S. Miller2019-07-015-29/+57
|\ \ \
| * | | selftests: add a test case for cls_lower handle overflowDavide Caratti2019-07-011-0/+19
| * | | idr: introduce idr_for_each_entry_continue_ul()Cong Wang2019-07-013-24/+27
| * | | idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2019-07-012-5/+11
|/ / /
* | | Merge branch 'vsock-virtio-fixes'David S. Miller2019-07-011-29/+102
|\ \ \
| * | | vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-011-6/+9
| * | | vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-011-1/+50