summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-0714-57/+155
|\
| * net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou2022-07-061-2/+2
| * Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman2022-07-061-4/+4
| * mptcp: update MIB_RMSUBFLOW in cmd_sf_destroyGeliang Tang2022-07-061-0/+2
| * mptcp: fix local endpoint accountingPaolo Abeni2022-07-061-1/+2
| * mptcp: netlink: issue MP_PRIO signals from userspace PMsKishen Maloor2022-07-063-6/+62
| * mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau2022-07-063-3/+12
| * mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau2022-07-062-6/+5
| * mptcp: fix locking in mptcp_nl_cmd_sf_destroy()Paolo Abeni2022-07-061-13/+6
| * net/sched: act_police: allow 'continue' action offloadVlad Buslov2022-07-061-1/+1
| * Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2022-07-052-1/+3
| * can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp2022-07-041-4/+14
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-07-032-16/+41
| |\
| | * netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso2022-07-021-15/+33
| | * netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso2022-07-021-1/+8
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-011-0/+1
| |\ \
| | * | xsk: Clear page contiguity bit when unmapping poolIvan Malov2022-06-281-0/+1
* | | | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Fix READ_PLUS crasherChuck Lever2022-06-301-1/+1
* | | | net: rose: fix UAF bugs caused by timer handlerDuoming Zhou2022-06-301-15/+19
| |_|/ |/| |
* | | ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet2022-06-291-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-294-26/+65
|\ \ \
| * | | netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal2022-06-271-3/+18
| * | | netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal2022-06-272-23/+45
| * | | netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso2022-06-271-0/+2
* | | | net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-06-291-0/+1
* | | | net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing2022-06-281-1/+0
* | | | ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou2022-06-281-5/+3
* | | | mptcp: fix race on unaccepted mptcp socketsPaolo Abeni2022-06-283-0/+59
* | | | mptcp: consistent map handling on failurePaolo Abeni2022-06-281-10/+9
* | | | mptcp: fix shutdown vs fallback racePaolo Abeni2022-06-284-6/+19
* | | | mptcp: invoke MP_FAIL response when neededGeliang Tang2022-06-284-45/+82
* | | | mptcp: introduce MAPPING_BAD_CSUMPaolo Abeni2022-06-281-9/+9
* | | | mptcp: fix error mibs accountingPaolo Abeni2022-06-283-6/+4
* | | | ipv6: take care of disable_policy when restoring routesNicolas Dichtel2022-06-272-5/+8
* | | | net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira2022-06-271-8/+14
|/ / /
* | | tipc: move bc link creation back to tipc_node_createXin Long2022-06-271-19/+22
* | | tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet2022-06-271-1/+1
* | | tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet2022-06-241-1/+5
* | | net: clear msg_get_inq in __sys_recvfrom() and __copy_msghdr_from_user()Eric Dumazet2022-06-231-10/+6
* | | net/ncsi: use proper "mellanox" DT vendor prefixKrzysztof Kozlowski2022-06-231-1/+2
* | | Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-2318-70/+119
|\ \ \
| * | | net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-231-1/+1
| * | | sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-233-3/+7
| * | | Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-231-3/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-214-25/+27
| |\ \ \
| | * | | netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal2022-06-211-4/+15
| | * | | netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal2022-06-211-4/+10
| | * | | netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal2022-06-171-1/+1
| | * | | netfilter: use get_random_u32 instead of prandomFlorian Westphal2022-06-082-20/+5