summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Switch inet_addr_hash() to less predictable hash.Kuniyuki Iwashima2024-10-231-0/+5
* ipv4: tcp: give socket pointer to control skbsEric Dumazet2024-10-151-1/+2
* ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2024-10-041-0/+5
* ipv4: Unmask upper DSCP bits in get_rttos()Ido Schimmel2024-08-311-1/+4
* icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2024-08-301-3/+0
* icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2024-08-301-2/+2
* icmp: change the order of rate limitsEric Dumazet2024-08-301-0/+2
* net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2024-06-051-2/+1
* inet: introduce dst_rtable() helperEric Dumazet2024-05-011-2/+2
* ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel2024-01-271-1/+1
* inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet2023-12-161-1/+1
* Use READ/WRITE_ONCE() for IP local_port_range.David Laight2023-12-081-1/+7
* inet: lock the socket in ip_sock_set_tos()Eric Dumazet2023-10-191-0/+1
* inet: implement lockless IP_TOSEric Dumazet2023-10-011-2/+1
* inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-011-5/+8
* ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-011-0/+1
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-1/+1
* ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-2/+13
* net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-261-0/+2
|\
| * ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-231-0/+2
* | net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2023-05-251-1/+1
* | raw: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-5/+0
* | ping: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-0/+13
* | ip: Remove ip_append_page()David Howells2023-05-241-2/+0
|/
* inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-261-1/+2
* net: use struct_group to copy ip/ipv6 header addressesHangbin Liu2022-11-171-1/+1
* bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau2022-09-031-0/+2
* bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau2022-08-191-0/+2
* ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima2022-07-201-1/+1
* ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima2022-07-151-1/+1
* ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+1
|\
| * xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-161-0/+1
* | net: annotate races around sk->sk_bound_dev_ifEric Dumazet2022-05-161-1/+1
|/
* ipv4: Make ip_idents_reserve staticDavid Ahern2022-01-311-1/+0
* ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski2022-01-291-1/+1
* ipv4: avoid using shared IP generator for connected socketsEric Dumazet2022-01-271-11/+10
* ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote2021-11-201-0/+1
* net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-8/+0
* ipv4: guard IP_MINTTL with a static keyEric Dumazet2021-10-261-0/+2
* net: snmp: inline snmp_get_cpu_field()Eric Dumazet2021-09-301-1/+5
* net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-4/+18
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-06-281-4/+8
* inet: constify inet_sdif() argumentEric Dumazet2020-11-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-0/+6
|\
| * net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski2020-09-251-0/+6
* | ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-101-1/+1
|/
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-251-1/+1
* net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-251-3/+2