summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos
2024-08-20ipv4: Centralize TOS matchingIdo Schimmel
2024-08-20netfilter: nft_fib: Mask upper DSCP bits before FIB lookupIdo Schimmel
2024-08-20ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel
2024-08-20ip6_tunnel: Fix broken GROThomas Bogendoerfer
2024-08-20netfilter: nf_tables: don't initialize registers in nft_do_chain()Florian Westphal
2024-08-20netfilter: nf_tables: allow loads only when register is initializedFlorian Westphal
2024-08-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal
2024-08-20netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior
2024-08-20netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior
2024-08-20net/smc: introduce statistics for ringbufs usage of net namespaceWen Gu
2024-08-20net/smc: introduce statistics for allocated ringbufs of link groupWen Gu
2024-08-20net: add copy from skb_seq_state to buffer functionChristian Hopps
2024-08-19kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima
2024-08-19net: remove redundant check in skb_shift()Zhang Changzhong
2024-08-19mptcp: Remove unused declaration mptcp_sockopt_sync()Yue Haibing
2024-08-19net: mctp: test: Use correct skb for route input checkJeremy Kerr
2024-08-19tcp_metrics: use netlink policy for IPv6 addr len validationJakub Kicinski
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-19rpcrdma: Trace connection registration and unregistrationChuck Lever
2024-08-19rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever
2024-08-19rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever
2024-08-19tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal
2024-08-16Merge tag 'for-net-2024-08-15' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
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-16net: dsa: provide a software untagging function on RX for VLAN-aware bridgesVladimir Oltean
2024-08-16net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean
2024-08-16xfrm: Remove documentation WARN_ON to limit return values for offloaded SAPatrisious Haddad
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-15Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman
2024-08-15Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz
2024-08-15Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz
2024-08-15Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz
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