summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-07-31ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin
2021-07-31ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin
2021-07-31sctp: move 198 addresses from unusable to private scopeXin Long
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet
2021-07-31net/802/garp: fix memleak in garp_request_join()Yang Yingliang
2021-07-31net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang
2021-07-31af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi
2021-07-28skbuff: Fix build with SKB extensions disabledFlorian Fainelli
2021-07-28skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey
2021-07-28mptcp: fix 'masking a bool' warningMatthieu Baerts
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng
2021-07-28tcp: disable TFO blackhole logic by defaultWei Wang
2021-07-28udp: check encap socket in __udp_lib_errVadim Fedorenko
2021-07-28sctp: update active_key for asoc when old key is being replacedXin Long
2021-07-28ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni
2021-07-28net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye
2021-07-28net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet
2021-07-28netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi
2021-07-28sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long
2021-07-28net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin
2021-07-28net: decnet: Fix sleeping inside in af_decnetYajun Deng
2021-07-28net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan
2021-07-28bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki
2021-07-28bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend
2021-07-28bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend
2021-07-28xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo
2021-07-28bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo
2021-07-28mptcp: properly account bulk freed memoryPaolo Abeni
2021-07-28mptcp: refine mptcp_cleanup_rbufPaolo Abeni
2021-07-28mptcp: use fast lock for subflows when possiblePaolo Abeni
2021-07-28mptcp: avoid processing packet if a subflow resetJianguo Wu
2021-07-28mptcp: add sk parameter for mptcp_get_optionsGeliang Tang
2021-07-28mptcp: fix syncookie process if mptcp can not_accept new subflowJianguo Wu
2021-07-28mptcp: remove redundant req destruct in subflow_check_req()Jianguo Wu
2021-07-28mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu
2021-07-28ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel
2021-07-25udp: properly flush normal packet at GRO timePaolo Abeni
2021-07-25udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet
2021-07-25tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad
2021-07-25ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-25tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi
2021-07-25tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-07-25net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean
2021-07-25net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart
2021-07-25net: send SYNACK packet with accepted fwmarkAlexander Ovechkin
2021-07-25net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu
2021-07-25net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller
2021-07-25net/sched: act_ct: remove and free nf_table callbacksLouis Peens
2021-07-25netfilter: nf_tables: Fix dereference of null pointer flowColin Ian King
2021-07-25net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu