summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-22ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel
2024-08-22ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel
2024-08-22ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in input route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()Ido Schimmel
2024-08-22ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()Ido Schimmel
2024-08-22netfilter: nft_fib: Unmask upper DSCP bitsIdo Schimmel
2024-08-22netfilter: rpfilter: Unmask upper DSCP bitsIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits when constructing the Record Route optionIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP familyIdo Schimmel
2024-08-22bpf: Unmask upper DSCP bits in bpf_fib_lookup() helperIdo Schimmel
2024-08-22net: ipv6: ioam6: new feature tunsrcJustin Iurman
2024-08-22net: ipv6: ioam6: code alignmentJustin Iurman
2024-08-21ipv6: remove redundant checkXi Huang
2024-08-20l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman
2024-08-20af_unix: Don't call skb_get() for OOB skb.Kuniyuki Iwashima
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-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-19net: remove redundant check in skb_shift()Zhang Changzhong
2024-08-19mptcp: Remove unused declaration mptcp_sockopt_sync()Yue Haibing
2024-08-19tcp_metrics: use netlink policy for IPv6 addr len validationJakub 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-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