summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-57/+155
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou-2/+2
2022-07-06Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman-4/+4
2022-07-06mptcp: update MIB_RMSUBFLOW in cmd_sf_destroyGeliang Tang-0/+2
2022-07-06mptcp: fix local endpoint accountingPaolo Abeni-1/+2
2022-07-06mptcp: netlink: issue MP_PRIO signals from userspace PMsKishen Maloor-6/+62
2022-07-06mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau-3/+12
2022-07-06mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau-6/+5
2022-07-06mptcp: fix locking in mptcp_nl_cmd_sf_destroy()Paolo Abeni-13/+6
2022-07-06net/sched: act_police: allow 'continue' action offloadVlad Buslov-1/+1
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk-1/+3
2022-07-04can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp-4/+14
2022-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller-16/+41
2022-07-02netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso-15/+33
2022-07-02netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso-1/+8
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-1/+1
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+1
2022-06-30SUNRPC: Fix READ_PLUS crasherChuck Lever-1/+1
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou-15/+19
2022-06-29ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet-2/+2
2022-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-26/+65
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua-0/+1
2022-06-28net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing-1/+0
2022-06-28ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou-5/+3
2022-06-28mptcp: fix race on unaccepted mptcp socketsPaolo Abeni-0/+59
2022-06-28mptcp: consistent map handling on failurePaolo Abeni-10/+9
2022-06-28mptcp: fix shutdown vs fallback racePaolo Abeni-6/+19
2022-06-28mptcp: invoke MP_FAIL response when neededGeliang Tang-45/+82
2022-06-28mptcp: introduce MAPPING_BAD_CSUMPaolo Abeni-9/+9
2022-06-28mptcp: fix error mibs accountingPaolo Abeni-6/+4
2022-06-28xsk: Clear page contiguity bit when unmapping poolIvan Malov-0/+1
2022-06-27ipv6: take care of disable_policy when restoring routesNicolas Dichtel-5/+8
2022-06-27net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira-8/+14
2022-06-27netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal-3/+18
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal-23/+45
2022-06-27netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso-0/+2
2022-06-27tipc: move bc link creation back to tipc_node_createXin Long-19/+22
2022-06-27tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet-1/+1
2022-06-24tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet-1/+5
2022-06-23net: clear msg_get_inq in __sys_recvfrom() and __copy_msghdr_from_user()Eric Dumazet-10/+6
2022-06-23net/ncsi: use proper "mellanox" DT vendor prefixKrzysztof Kozlowski-1/+2
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-70/+119
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden-1/+1
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski-3/+7
2022-06-23Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski-3/+0
2022-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-25/+27
2022-06-21netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal-4/+15
2022-06-21netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal-4/+10
2022-06-20net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan-0/+3
2022-06-20erspan: do not assume transport header is always setEric Dumazet-10/+20