summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-201-0/+3
| * | | erspan: do not assume transport header is always setEric Dumazet2022-06-202-10/+20
| * | | net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye2022-06-171-2/+2
| * | | ethtool: Fix get module eeprom fallbackIvan Vecera2022-06-171-1/+1
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-172-13/+37
| |\ \ \
| | * | | bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-151-6/+28
| | * | | xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-141-7/+9
| * | | | ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2022-06-171-3/+7
| * | | | tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-171-2/+1
| * | | | net: fix data-race in dev_isalive()Eric Dumazet2022-06-172-10/+16
* | | | | Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-06-171-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew2022-06-071-0/+1
* | | | | Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-165-410/+110
|\ \ \ \ \
| * | | | | Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-164-405/+82
| * | | | | net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou2022-06-151-5/+28
| | |/ / / | |/| | |
* | | | | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-102-16/+25
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever2022-06-081-4/+4