summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2022-02-044-70/+245
|\
| * libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2022-02-024-20/+103
| * libceph: make recv path in secure mode work the same as send pathIlya Dryomov2022-02-021-62/+154
* | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-0321-69/+247
|\ \ | |/ |/|
| * ax25: fix reference count leaks of ax25_devDuoming Zhou2022-02-033-16/+36
| * net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann2022-02-021-6/+12
| * tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-021-0/+2
| * Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin2022-02-021-2/+0
| * tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet2022-02-011-2/+5
| * af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-011-2/+6
| * rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet2022-02-011-2/+4
| * net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-011-4/+7
| * net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2022-01-312-16/+137
| * Merge tag 'ieee802154-for-net-2022-01-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2022-01-281-4/+4
| |\
| | * net: ieee802154: Return meaningful error codes from the netlink helpersMiquel Raynal2022-01-271-4/+4
| * | ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-01-283-2/+15
| * | ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou2022-01-281-3/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-278-17/+20
| |\ \
| | * | netfilter: nf_tables: remove assignment with no effect in chain blob builderPablo Neira Ayuso2022-01-271-1/+0
| | * | netfilter: nft_byteorder: track register operationsPablo Neira Ayuso2022-01-271-0/+12
| | * | netfilter: nft_reject_bridge: Fix for missing reply from preroutingPhil Sutter2022-01-271-4/+4
| | * | netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal2022-01-271-1/+4
| | * | netfilter: Remove flowtable relicsGeert Uytterhoeven2022-01-274-11/+0
| | |/
* | | Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-2/+2
|\ \ \ | |/ / |/| |
| * | fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-2/+2
* | | Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2723-80/+234
|\ \ \
| * | | net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi2022-01-271-3/+3
| * | | net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2022-01-271-1/+1
| * | | ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-01-271-2/+9
| * | | ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-01-271-1/+4
| * | | net: bridge: vlan: fix single net device option dumpingNikolay Aleksandrov2022-01-271-1/+2
| * | | Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-01-271-7/+20
| * | | sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy2022-01-251-0/+20
| | |/ | |/|
| * | ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-01-241-1/+2
| * | net/smc: Transitional solution for clcsock race issueWen Gu2022-01-241-12/+51
| * | ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-01-241-3/+12
| * | net-procfs: show net devices bound packet typesJianguo Wu2022-01-241-3/+32
| * | mptcp: Use struct_group() to avoid cross-field memset()Kees Cook2022-01-211-3/+3
| * | rxrpc: Adjust retransmission backoffDavid Howells2022-01-222-6/+4
| * | mptcp: fix removing ids bitmap settingGeliang Tang2022-01-201-1/+1
| * | mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()Paolo Abeni2022-01-201-10/+27
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-204-9/+19
| |\ \
| | * | netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal2022-01-161-3/+5
| | * | netfilter: nft_connlimit: memleak if nf_ct_netns_get() failsPablo Neira Ayuso2022-01-131-1/+10
| | * | netfilter: nf_tables: set last expression in register tracking areaPablo Neira Ayuso2022-01-121-1/+1
| | * | netfilter: nf_tables: remove unused variablePablo Neira Ayuso2022-01-111-2/+0
| | * | netfilter: nf_conntrack_netbios_ns: fix helper module aliasFlorian Westphal2022-01-111-2/+3
| * | | ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-202-11/+14
| * | | tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet2022-01-201-0/+1
| * | | ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-01-201-4/+4