summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-08tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-08selftests: txring_overwrite: fix incorrect test of mmap() return valueFrank de Brabander
2019-07-08nfc: fix potential illegal memory accessYang Wei
2019-07-08net: stmmac: Re-work the queue selection for TSO packetsJose Abreu
2019-07-07net: bpfilter: print umh messages to /dev/kmsgGary Lin
2019-07-07net: nixge: Fix misuse of strlcpyJoe Perches
2019-07-07net: ethernet: sun4i-emac: Fix misuse of strlcpyJoe Perches
2019-07-07Merge branch 'gtp-fix-several-bugs'David S. Miller
2019-07-07gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable()Taehee Yoo
2019-07-07gtp: fix use-after-free in gtp_newlink()Taehee Yoo
2019-07-07gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo
2019-07-07gtp: remove duplicate code in gtp_dellink()Taehee Yoo
2019-07-07gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo
2019-07-07gtp: fix suspicious RCU usageTaehee Yoo
2019-07-07Merge branch 'net-tls-fix-poll-wake-up'David S. Miller
2019-07-07selftests/tls: add test for poll() with data in TLS ULPJakub Kicinski
2019-07-07net/tls: fix poll ignoring partially copied recordsJakub Kicinski
2019-07-05ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel
2019-07-05r8152: set RTL8152_UNPLUG only for real disconnectionHayes Wang
2019-07-05Merge branch 'hsr-bug-fixes'David S. Miller
2019-07-05hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang
2019-07-05hsr: implement dellink to clean up resourcesCong Wang
2019-07-05hsr: fix a memory leak in hsr_del_port()Cong Wang
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-07-03bonding: validate ip header before check IPPROTO_IGMPCong Wang
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-03net: hns: add support for vlan TSOYonglong Liu
2019-07-03sctp: count data bundling sack chunk for outctrlchunksXin Long
2019-07-03r8152: move calling r8153b_rx_agg_chg_indicate()Hayes Wang
2019-07-03net: don't warn in inet diag when IPV6 is disabledStephen Hemminger
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets
2019-07-03xdp: hold device for umem regardless of zero-copy modeIlya Maximets
2019-07-03selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc
2019-07-03selftests: bpf: add tests for shifts by zeroLuke Nelson
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson
2019-07-03xfrm interface: fix memory leak on creationNicolas Dichtel
2019-07-03xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal
2019-07-02selftests/net: skip psock_tpacket test if KALLSYMS was not enabledPo-Hsu Lin
2019-07-02rxrpc: Fix oops in tracepointDavid Howells
2019-07-02net: usb: asix: init MAC address buffersPhong Tran
2019-07-02Merge branch 'macsec-fix-some-bugs-in-the-receive-path'David S. Miller
2019-07-02macsec: fix checksumming after decryptionAndreas Steinmetz
2019-07-02macsec: fix use-after-free of skb during RXAndreas Steinmetz
2019-07-02rxrpc: Fix send on a connected, but unbound socketDavid Howells
2019-07-02Merge branch 'bridge-stale-ptrs'David S. Miller
2019-07-02net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov
2019-07-02net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov
2019-07-02net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov
2019-07-02net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov