summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long
2024-08-19netfilter: nf_tables: do not remove elements if set backend implements .abortPablo Neira Ayuso
2024-08-19netfilter: nf_tables: store new sets in dedicated listFlorian Westphal
2024-08-19netfilter: nfnetlink: convert kfree_skb to consume_skbDonald Hunter
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea
2024-08-16mpls: Reduce skb re-allocations due to skb_cow()Christoph Paasch
2024-08-16net: dsa: microchip: fix tag_ksz egress mask for KSZ8795 familyPieter Van Trappen
2024-08-15netdev: Add missing __percpu qualifier to a castUros Bizjak
2024-08-15openvswitch: switch to per-action label counting in conntrackXin Long
2024-08-15ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima
2024-08-15ipv4: Initialise ifa->hash in inet_alloc_ifa().Kuniyuki Iwashima
2024-08-15ipv4: Remove redundant !ifa->ifa_dev check.Kuniyuki Iwashima
2024-08-15ipv4: Set ifa->ifa_dev in inet_alloc_ifa().Kuniyuki Iwashima
2024-08-15ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-15Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-15Merge tag 'nf-24-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-08-15net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang
2024-08-14netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter
2024-08-14netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter
2024-08-14netfilter: nf_tables: Audit log dump reset after the factPhil Sutter
2024-08-14netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal
2024-08-14netfilter: flowtable: initialise extack before useDonald Hunter
2024-08-14netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter
2024-08-14netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes
2024-08-14tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan
2024-08-13mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov
2024-08-13net: netpoll: extract core of netpoll_cleanupBreno Leitao
2024-08-12net/smc: Use static_assert() to check struct sizesGustavo A. R. Silva
2024-08-12sched: act_ct: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2024-08-12net: nexthop: Increase weight to u16Petr Machata
2024-08-12net: nexthop: Add flag to assert that NHGRP reserved fields are zeroPetr Machata
2024-08-12ipv6: eliminate ndisc_ops_is_useropt()Maciej Żenczykowski
2024-08-12ethtool: rss: support skipping contexts during dumpJakub Kicinski
2024-08-12ethtool: rss: support dumping RSS contextsJakub Kicinski
2024-08-12ethtool: rss: report info about additional contexts from XArrayJakub Kicinski
2024-08-12ethtool: rss: move the device op invocation out of rss_prepare_data()Jakub Kicinski
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski
2024-08-12ethtool: make ethtool_ops::cap_rss_ctx_supported optionalJakub Kicinski
2024-08-11l2tp: flush workqueue before draining itJames Chapman
2024-08-11l2tp: l2tp_eth: use per-cpu counters from dev->tstatsJames Chapman
2024-08-11l2tp: improve tunnel/session refcount helpersJames Chapman
2024-08-11l2tp: use get_next APIs for management requests and procfs/debugfsJames Chapman
2024-08-11l2tp: add tunnel/session get_next helpersJames Chapman
2024-08-11l2tp: handle hash key collisions in l2tp_v3_session_getJames Chapman
2024-08-11l2tp: move l2tp_ip and l2tp_ip6 data to pernetJames Chapman
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman
2024-08-10Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-08-09udp: Fall back to software USO if IPv6 extension headers are presentJakub Sitnicki