summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Fix port tunnel GRE entropy controlEli Britstein2019-07-111-19/+4Star
* net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-112-5/+7
* tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-07-091-0/+2
* selftests: txring_overwrite: fix incorrect test of mmap() return valueFrank de Brabander2019-07-091-1/+1
* nfc: fix potential illegal memory accessYang Wei2019-07-081-1/+1
* net: stmmac: Re-work the queue selection for TSO packetsJose Abreu2019-07-081-10/+18
* net: bpfilter: print umh messages to /dev/kmsgGary Lin2019-07-081-1/+1
* net: nixge: Fix misuse of strlcpyJoe Perches2019-07-081-1/+1
* net: ethernet: sun4i-emac: Fix misuse of strlcpyJoe Perches2019-07-081-2/+2
* Merge branch 'gtp-fix-several-bugs'David S. Miller2019-07-081-8/+29
|\
| * gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable()Taehee Yoo2019-07-081-1/+6
| * gtp: fix use-after-free in gtp_newlink()Taehee Yoo2019-07-081-1/+1
| * gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo2019-07-081-1/+1
| * gtp: remove duplicate code in gtp_dellink()Taehee Yoo2019-07-081-1/+0Star
| * gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo2019-07-081-2/+15
| * gtp: fix suspicious RCU usageTaehee Yoo2019-07-081-2/+6
|/
* Merge branch 'net-tls-fix-poll-wake-up'David S. Miller2019-07-072-1/+28
|\
| * selftests/tls: add test for poll() with data in TLS ULPJakub Kicinski2019-07-071-0/+26
| * net/tls: fix poll ignoring partially copied recordsJakub Kicinski2019-07-071-1/+2
|/
* ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel2019-07-061-1/+1
* r8152: set RTL8152_UNPLUG only for real disconnectionHayes Wang2019-07-061-11/+16
* Merge branch 'hsr-bug-fixes'David S. Miller2019-07-066-15/+37
|\
| * hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang2019-07-061-3/+7
| * hsr: implement dellink to clean up resourcesCong Wang2019-07-065-10/+25
| * hsr: fix a memory leak in hsr_del_port()Cong Wang2019-07-062-2/+5
|/
* 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/+28Star
| * xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal2019-07-032-6/+33
| * xfrm: remove a duplicated assignmentCong Wang2019-07-021-3/+0Star
| * 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/+230Star
|\ \
| * | 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/+6Star
| * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson2019-07-031-198/+23Star
| * | 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