summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-21udp: fix receiving fraglist GSO packetsFelix Fietkau
2024-08-20l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman
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-20netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal
2024-08-19tcp_metrics: use netlink policy for IPv6 addr len validationJakub Kicinski
2024-08-19tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal
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-14tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan
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-09udp: Fall back to software USO if IPv6 extension headers are presentJakub Sitnicki
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-07tcp: rstreason: let it work finally in tcp_send_active_reset()Jason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...Jason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active resetJason Xing
2024-08-06tcp: Use clamp() in htcp_alpha_update()Christophe JAILLET
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet
2024-08-05inet: constify 'struct net' parameter of various lookup helpersEric Dumazet
2024-08-05inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet
2024-08-04net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-31netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima
2024-07-31ipv4: export ip_flush_pending_framesJames Chapman
2024-07-30net/tcp: Expand goo.gl linkDr. David Alan Gilbert
2024-07-30net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-07-29tcp: Adjust clamping window for applications specifying SO_RCVBUFSubash Abhinov Kasiviswanathan
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)