summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-06-24net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-06-24bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki
2020-06-24tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au
2020-06-24ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel
2020-06-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei
2020-06-24vsock: fix timeout in vsock_accept()Stefano Garzarella
2020-06-24l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet
2020-06-24l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet
2020-06-24sunrpc: clean up properly in gss_mech_unregister()NeilBrown
2020-06-24sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown
2020-06-08devinet: fix memleak in inetdev_init()Yang Yingliang
2020-06-08netns: restore ops before calling ops_exit_listLi RongQing
2020-06-08netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso
2020-06-08netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor
2020-06-08netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso
2020-06-08xsk: Add overflow check for u64 division, stored into u32Björn Töpel
2020-06-08esp6: get the right proto for transport mode in esp6_gso_encapXin Long
2020-06-08netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-06-08netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso
2020-06-08netfilter: conntrack: make conntrack userspace helpers work againPablo Neira Ayuso
2020-06-08netfilter: ipset: Fix subcounter update skipPhil Sutter
2020-06-08netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun
2020-06-08ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long
2020-06-08xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long
2020-06-08xfrm: fix a warning in xfrm_policy_insert_listXin Long
2020-06-08xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel
2020-06-08xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long
2020-06-08xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long
2020-06-08xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long
2020-06-08xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long
2020-06-08mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing
2020-06-08libceph: ignore pool overlay and cache logic on redirectsJerry Lee
2020-06-08sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen
2020-06-08sctp: Don't add the shutdown timer if its already been addedNeil Horman
2020-06-08net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-06-08net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin
2020-06-08net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam
2020-06-08net: ipip: fix wrong address family in init error pathVadim Fedorenko
2020-06-08net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau
2020-06-08__netif_receive_skb_core: pass skb by referenceBoris Sukholitko
2020-06-08net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang
2020-06-08net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-06-08ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet
2020-06-08rxrpc: Fix ack discardDavid Howells
2020-06-08rxrpc: Trace discarded ACKsDavid Howells
2020-06-08flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki
2020-06-08netns: add pre_exit method to struct pernet_operationsEric Dumazet
2020-06-08rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2020-06-08rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-06-08SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever