summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-052-6/+25
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima2024-09-041-5/+24
| * | | | | | tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang2024-08-301-1/+1
* | | | | | | ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()Ido Schimmel2024-09-041-2/+2
* | | | | | | ipv4: Unmask upper DSCP bits in __ip_queue_xmit()Ido Schimmel2024-09-041-1/+1
* | | | | | | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-032-2/+2
* | | | | | | netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-033-3/+5
| |/ / / / / |/| | | | |
* | | | | | ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()Ido Schimmel2024-08-311-1/+2
* | | | | | ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel2024-08-311-2/+2
* | | | | | ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel2024-08-311-1/+2
* | | | | | ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel2024-08-311-1/+1
* | | | | | ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel2024-08-311-1/+1
* | | | | | icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2024-08-302-21/+20
* | | | | | icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2024-08-301-15/+11
* | | | | | icmp: change the order of rate limitsEric Dumazet2024-08-301-47/+56
* | | | | | net/ipv4: net: prefer strscpy over strcpyHongbo Li2024-08-293-3/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-291-7/+11
|\| | | | |
| * | | | | tcp: fix forever orphan socket caused by tcp_abortXueming Feng2024-08-271-7/+11
| | |/ / / | |/| | |
* | | | | tcp: annotate data-races around tcptw->tw_rcv_nxtEric Dumazet2024-08-282-13/+16
* | | | | tcp: remove volatile qualifier on tw_substateEric Dumazet2024-08-283-6/+6
| |/ / / |/| | |
* | | | net/ipv4: fix macro definition sk_for_each_bound_bhashHongbo Li2024-08-261-1/+1
* | | | tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing2024-08-261-0/+3
* | | | Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-08-261-2/+2
|\ \ \ \
| * | | | netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal2024-08-201-2/+2
* | | | | net: nexthop: delete redundant judgment statementsLi Zetao2024-08-231-4/+2
* | | | | ipmr: delete redundant judgment statementsLi Zetao2024-08-231-2/+1
* | | | | ipv4: delete redundant judgment statementsLi Zetao2024-08-232-6/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-222-1/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | udp: fix receiving fraglist GSO packetsFelix Fietkau2024-08-211-1/+2
| * | | | tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal2024-08-191-0/+14
| | |_|/ | |/| |
* | | | ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel2024-08-221-1/+1
* | | | ipv4: udp: Unmask upper DSCP bits during early demuxIdo Schimmel2024-08-221-1/+2
* | | | ipv4: icmp: Pass full DS field to ip_route_input()Ido Schimmel2024-08-221-1/+1
* | | | ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel2024-08-221-1/+1
* | | | ipv4: Unmask upper DSCP bits in input route lookupIdo Schimmel2024-08-221-1/+1
* | | | ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()Ido Schimmel2024-08-221-1/+1
* | | | ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()Ido Schimmel2024-08-221-1/+2
* | | | netfilter: nft_fib: Unmask upper DSCP bitsIdo Schimmel2024-08-221-1/+2
* | | | netfilter: rpfilter: Unmask upper DSCP bitsIdo Schimmel2024-08-221-1/+2
* | | | ipv4: Unmask upper DSCP bits when constructing the Record Route optionIdo Schimmel2024-08-221-1/+1
* | | | ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP familyIdo Schimmel2024-08-221-1/+1
* | | | l2tp: use skb_queue_purge in l2tp_ip_destroy_sockJames Chapman2024-08-201-1/+0
* | | | ipv4: Centralize TOS matchingIdo Schimmel2024-08-203-5/+3
* | | | netfilter: nft_fib: Mask upper DSCP bits before FIB lookupIdo Schimmel2024-08-201-3/+1
* | | | ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel2024-08-201-1/+1
* | | | tcp_metrics: use netlink policy for IPv6 addr len validationJakub Kicinski2024-08-191-4/+6
| |/ / |/| |
* | | ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima2024-08-151-2/+0
* | | ipv4: Initialise ifa->hash in inet_alloc_ifa().Kuniyuki Iwashima2024-08-151-3/+3
* | | ipv4: Remove redundant !ifa->ifa_dev check.Kuniyuki Iwashima2024-08-151-2/+1
* | | ipv4: Set ifa->ifa_dev in inet_alloc_ifa().Kuniyuki Iwashima2024-08-151-15/+15