summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xdp: Fix xsk_generic_xmit errnoLi RongQing2020-06-251-3/+1
* net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu2020-06-251-7/+9
* rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells2020-06-251-3/+3
* net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev2020-06-251-2/+2
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-222-9/+15
* sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-06-221-2/+4
* netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso2020-06-221-2/+2
* batman-adv: Revert "disable ethtool link speed detection when auto negotiatio...Sven Eckelmann2020-06-221-14/+1
* Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-06-221-0/+1
* bridge: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel2020-06-221-0/+4
* ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-221-6/+7
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-06-101-1/+1
* l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-06-102-15/+44
* l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-06-101-0/+3
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-101-0/+1
* netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-06-031-1/+1
* xsk: Add overflow check for u64 division, stored into u32Björn Töpel2020-06-031-2/+6
* esp6: get the right proto for transport mode in esp6_gso_encapXin Long2020-06-031-1/+8
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-032-32/+37
* netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso2020-06-031-1/+2
* netfilter: ipset: Fix subcounter update skipPhil Sutter2020-06-031-1/+1
* netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun2020-06-031-0/+6
* ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-06-031-1/+22
* vti4: eliminated some duplicate code.Jeremy Sowden2020-06-031-38/+22
* xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long2020-06-031-1/+2
* xfrm: fix a warning in xfrm_policy_insert_listXin Long2020-06-031-6/+1
* xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel2020-06-031-0/+21
* xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long2020-06-031-5/+7
* xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long2020-06-031-1/+1
* mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing2020-06-031-0/+7
* libceph: ignore pool overlay and cache logic on redirectsJerry Lee2020-06-031-1/+3
* sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-06-031-4/+5
* sctp: Don't add the shutdown timer if its already been addedNeil Horman2020-06-031-3/+11
* net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-06-031-8/+6
* net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam2020-06-031-1/+1
* net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-06-031-1/+1
* net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau2020-06-031-19/+24
* __netif_receive_skb_core: pass skb by referenceBoris Sukholitko2020-06-031-5/+15
* net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang2020-06-031-0/+15
* ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet2020-06-031-2/+4
* rxrpc: Fix ack discardDavid Howells2020-05-271-4/+26
* rxrpc: Trace discarded ACKsDavid Howells2020-05-271-2/+10
* rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-271-2/+1
* netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio2020-05-201-6/+11
* netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-201-2/+2
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-202-4/+13
* net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-201-2/+4
* netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li2020-05-201-0/+2
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1
* tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-201-3/+4