summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima
2024-01-23tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima
2024-01-23net: filter: fix spelling mistakesRandy Dunlap
2024-01-23inet_diag: skip over empty bucketsEric Dumazet
2024-01-23sock_diag: remove sock_diag_mutexEric Dumazet
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-01-23sock_diag: allow concurrent operationsEric Dumazet
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2024-01-23inet_diag: allow concurrent operationsEric Dumazet
2024-01-23inet_diag: add module pointer to "struct inet_diag_handler"Eric Dumazet
2024-01-23inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet
2024-01-23sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet
2024-01-18Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-18Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-18ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich
2024-01-18ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson
2024-01-17ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin
2024-01-17netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso
2024-01-17netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso
2024-01-17netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso
2024-01-17netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso
2024-01-17netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-17netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-17netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov
2024-01-17netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov
2024-01-17netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso
2024-01-17netfilter: nf_tables: bail out if stateful expression provides no .clonePablo Neira Ayuso
2024-01-17netfilter: nf_tables: validate .maxattr at expression registrationPablo Neira Ayuso
2024-01-17netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso
2024-01-17mptcp: relax check on MPC passive fallbackPaolo Abeni
2024-01-14net: tls, fix WARNIING in __sk_msg_freeJohn Fastabend
2024-01-13bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau
2024-01-13bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau
2024-01-13net: sched: track device in tcf_block_get/put_ext() only for clsact binder typesJiri Pirko
2024-01-13udp: annotate data-races around up->pendingEric Dumazet
2024-01-12mptcp: refine opt_mp_capable determinationEric Dumazet
2024-01-12mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet
2024-01-12mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet
2024-01-12mptcp: strict validation before using mp_opt->hmacEric Dumazet
2024-01-12mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOINEric Dumazet
2024-01-11Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel
2024-01-11rxrpc: Fix use of Don't Fragment flagDavid Howells
2024-01-11net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice eventsVladimir Oltean