summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-12rxrpc: Enable IPv6 checksums on transport socketDavid Howells1-0/+3
2022-05-12mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet1-4/+4
2022-05-12net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet1-3/+6
2022-05-12SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia1-4/+7
2022-05-12NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-12nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou1-15/+14
2022-05-12can: isotp: remove re-binding of bound socketOliver Hartkopp1-17/+5
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust1-3/+0
2022-05-09netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal1-14/+38
2022-05-09netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi1-2/+8
2022-05-09tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang1-1/+2
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy1-5/+7
2022-05-09netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk1-1/+1
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet2-2/+9
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2-1/+12
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2-6/+7
2022-05-09ip6_gre: Make o_seqno start from 0 in native modePeilin Ye1-6/+5
2022-05-09ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan1-0/+2
2022-05-09sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long1-0/+4
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-3/+8
2022-05-09tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri1-1/+1
2022-05-09bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger1-4/+3
2022-05-09netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso1-1/+5
2022-05-09net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin1-0/+2
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang1-1/+1
2022-05-09xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski1-1/+1
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-32/+32
2022-05-01bpf: Introduce MEM_RDONLY flagHao Luo2-2/+2
2022-05-01bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2-2/+2
2022-04-27netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal1-1/+4
2022-04-27netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal1-6/+6
2022-04-27netfilter: conntrack: convert to refcount_t apiFlorian Westphal10-29/+23
2022-04-27openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio1-1/+1
2022-04-27netlink: reset network and mac headers in netlink_dump()Eric Dumazet1-0/+7
2022-04-27net: dsa: hellcreek: Calculate checksums in taggerKurt Kanzenbach1-0/+8
2022-04-27can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp1-1/+9
2022-04-27ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet1-5/+6
2022-04-27l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern1-1/+1
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet1-4/+4
2022-04-27ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye1-3/+6
2022-04-27ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye1-2/+3
2022-04-27net/packet: fix packet_sock xmit return value checkingHangbin Liu1-4/+9
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu1-1/+3
2022-04-27rxrpc: Restore removed timer deletionDavid Howells1-0/+2
2022-04-27esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2-6/+4
2022-04-27net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet1-6/+10
2022-04-20ax25: Fix UAF bugs in ax25 timersDuoming Zhou1-0/+5
2022-04-20ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2-8/+16
2022-04-20ax25: fix NPD bug in ax25_disconnectDuoming Zhou1-1/+1