summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-08wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphersMichael-CY Lee
2024-04-08wifi: mac80211: correctly document struct mesh_tableJeff Johnson
2024-04-08wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev
2024-04-08wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder
2024-04-08wifi: mac80211: don't use rate mask for scanningJohannes Berg
2024-04-08wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg
2024-04-08devlink: Support setting max_io_eqsParav Pandit
2024-04-08net: display more skb fields in skb_dump()Eric Dumazet
2024-04-08mptcp: add reset reason options in some placesJason Xing
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-04-08af_packet: avoid a false positive warning in packet_setsockopt()Eric Dumazet
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle
2024-04-08tcp: more struct tcp_sock adjustmentsEric Dumazet
2024-04-08Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux...David S. Miller
2024-04-08Merge tag 'batadv-net-pullrequest-20240405' of git://git.open-mesh.org/linux-...David S. Miller
2024-04-08net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet
2024-04-08ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin
2024-04-08ipv6: remove RTNL protection from ip6addrlbl_dump()Eric Dumazet
2024-04-08inet: frags: delay fqdir_free_fn()Eric Dumazet
2024-04-08ip6_vti: Remove generic .ndo_get_stats64Breno Leitao
2024-04-08ip6_vti: Do not use custom stat allocatorBreno Leitao
2024-04-08bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski
2024-04-06Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-04-05xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu
2024-04-05net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets
2024-04-05Merge tag '9p-for-6.9-rc3' of https://github.com/martinetd/linuxLinus Torvalds
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-04-04Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-04-04net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-04SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever
2024-04-04SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia
2024-04-04netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-04netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-04netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-04netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-04netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-04netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-04-03net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet
2024-04-03af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2024-04-03af_unix: Remove scm_fp_dup() in unix_attach_fds().Kuniyuki Iwashima