summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-14ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel2-1/+2
2024-07-14ipv4: fix source address selection with route leakNicolas Dichtel1-2/+11
2024-07-14net: ethtool: pse-pd: Fix possible null-derefKory Maincent1-2/+2
2024-07-14net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent1-1/+3
2024-07-14Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski8-17/+82
2024-07-14net: ethtool: Monotonically increase the message sequence numberDanielle Ratson1-1/+1
2024-07-14tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima1-0/+9
2024-07-13Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+2
2024-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+0
2024-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+19
2024-07-13net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski1-10/+36
2024-07-13net: ethtool: let drivers remove lost RSS contextsJakub Kicinski1-0/+14
2024-07-13Merge tag 'net-6.10-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-1/+2
2024-07-12Merge tag 'ceph-for-6.10-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds2-4/+17
2024-07-12xfrm: Support crypto offload for outbound IPv4 UDP-encapsulated ESP packetMike Yu2-2/+23
2024-07-12xfrm: Support crypto offload for inbound IPv4 UDP-encapsulated ESP packetMike Yu1-1/+2
2024-07-12xfrm: Allow UDP encapsulation in crypto offload control pathMike Yu1-3/+3
2024-07-12xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO pathMike Yu2-2/+5
2024-07-12l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman1-8/+10
2024-07-12tipc: Consolidate redundant functionsShigeru Yoshida1-17/+10
2024-07-12tipc: Remove unused struct declarationShigeru Yoshida1-1/+0
2024-07-12netdevice: define and allocate &net_device _properly_Alexander Lobakin2-25/+7
2024-07-12net: psample: fix flag being set in wrong skbAdrian Moreno1-3/+4
2024-07-12Merge tag 'wireless-next-2024-07-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski15-273/+526
2024-07-12net: ethtool: Fix RSS settingSaeed Mahameed1-1/+2
2024-07-12net: reduce rtnetlink_rcv_msg() stack usageEric Dumazet1-6/+12
2024-07-12net/sched: act_skbmod: convert comma to semicolonChen Ni1-1/+1
2024-07-12ethtool: use the rss context XArray in ring deactivation safety-checkJakub Kicinski1-4/+29
2024-07-12ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski4-19/+19
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-173/+93
2024-07-11libceph: fix crush_choose_firstn() kernel-doc warningsJeff Johnson1-0/+4
2024-07-11libceph: suppress crush_choose_indep() kernel-doc warningsJeff Johnson1-2/+1
2024-07-11Merge tag 'nf-24-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-146/+14
2024-07-11net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann1-0/+7
2024-07-11net/sched: Fix UAF when resolving a clashChengen Du1-0/+8
2024-07-11udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().Kuniyuki Iwashima1-1/+3
2024-07-11netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal1-145/+13
2024-07-11netfilter: nfnetlink_queue: drop bogus WARN_ONFlorian Westphal1-1/+1
2024-07-11ethtool: netlink: do not return SQI value if link is downOleksij Rempel1-13/+28
2024-07-11tcp: avoid too many retransmit packetsEric Dumazet1-2/+13
2024-07-10page_pool: use __cacheline_group_{begin, end}_aligned()Alexander Lobakin1-1/+2
2024-07-10bpf: Remove tst_run from lwt_seg6local_prog_ops.Sebastian Andrzej Siewior1-1/+0
2024-07-10wifi: mac80211: fix AP chandef capturing in CSAJohannes Berg1-3/+6
2024-07-10libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov1-2/+12
2024-07-09net: fix rc7's __skb_datagram_iter()Hugh Dickins1-1/+2
2024-07-09net: tls: Pass union tls_crypto_context pointer to memzero_explicitSimon Horman1-3/+6
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni7-28/+335
2024-07-09udp: Remove duplicate included header file trace/events/udp.hThorsten Blum1-1/+0
2024-07-09wifi: mac80211: add wiphy radio assignment and validationFelix Fietkau1-5/+47