summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-267-52/+216
|\
| * bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2024-01-241-2/+2
| * bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-243-18/+18
| * bpf, net: switch to dynamic registrationKui-Feng Lee2024-01-232-5/+18
| * bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee2024-01-232-2/+17
| * bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima2024-01-232-4/+121
| * bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima2024-01-232-8/+36
| * tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima2024-01-231-9/+0
| * net: filter: fix spelling mistakesRandy Dunlap2024-01-231-4/+4
* | af_unix: Try to run GC async.Kuniyuki Iwashima2024-01-263-3/+18
* | af_unix: Run GC on only one CPU.Kuniyuki Iwashima2024-01-261-27/+27
* | af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima2024-01-262-24/+14
* | af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-01-263-14/+15
* | af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima2024-01-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-2537-74/+229
|\ \
| * \ Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-2535-59/+223
| |\ \
| | * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-01-253-10/+47
| | |\ \
| | | * | xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski2024-01-241-0/+2
| | | * | xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski2024-01-241-6/+36
| | | * | xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2024-01-241-0/+1
| | | * | xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski2024-01-241-4/+8
| | * | | netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso2024-01-248-2/+47
| | * | | netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal2024-01-241-10/+6
| | * | | netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal2024-01-241-0/+4
| | * | | netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal2024-01-241-7/+16
| | * | | netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso2024-01-241-2/+9
| | * | | net/sched: flower: Fix chain template offloadIdo Schimmel2024-01-242-1/+31
| | |/ /
| | * | Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-235-4/+8
| | |\ \
| | | * | wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-01-182-1/+3
| | | * | wifi: mac80211: fix potential sta-link leakJohannes Berg2024-01-181-1/+4
| | | * | wifi: cfg80211/mac80211: remove dependency on non-existing optionLukas Bulwahn2024-01-182-2/+0
| | | * | wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior2024-01-181-0/+1
| | * | | ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao2024-01-231-0/+3
| | * | | netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao2024-01-231-1/+1
| | * | | tcp: Add memory barrier to tcp_push()Salvatore Dipietro2024-01-231-0/+1
| | * | | net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan2024-01-221-1/+1
| | * | | net: fix removing a namespace with conflicting altnamesJakub Kicinski2024-01-222-0/+12
| | * | | udp: fix busy pollingEric Dumazet2024-01-211-2/+9
| | * | | llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima2024-01-191-7/+0
| | * | | llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet2024-01-191-8/+16
| | * | | vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma2024-01-191-0/+4
| | * | | tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-193-3/+7
| | * | | net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu2024-01-191-1/+1
| * | | | Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-01-251-2/+2
| |\ \ \ \
| | * | | | SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach2024-01-171-2/+2
| * | | | | Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-191-13/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | libceph: remove MAX_EXTENTS check for sparse readsXiubo Li2024-01-151-13/+4
* | | | | | tipc: node: remove Excess struct member kernel-doc warningsRandy Dunlap2024-01-241-2/+0
* | | | | | tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap2024-01-241-1/+0
* | | | | | net/ipv6: resolve warning in ip6_fib.cBreno Leitao2024-01-232-10/+13