summaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-2/+2
2024-01-27ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2023-12-16inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet1-1/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight1-1/+7
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet1-0/+1
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-2/+1
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-5/+8
2023-09-01ipv4: ignore dst hint for multipath routesSriram Yagnaraman1-0/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-2/+13
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart1-1/+1
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault1-5/+0
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault1-0/+13
2023-05-24ip: Remove ip_append_page()David Howells1-2/+0
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-0/+2
2023-01-26inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki1-1/+2
2022-11-17net: use struct_group to copy ip/ipv6 header addressesHangbin Liu1-1/+1
2022-09-03bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau1-0/+2
2022-08-19bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau1-0/+2
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet1-1/+1
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-0/+1
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern1-1/+0
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski1-1/+1
2022-01-27ipv4: avoid using shared IP generator for connected socketsEric Dumazet1-11/+10
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote1-0/+1
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-8/+0
2021-10-26ipv4: guard IP_MINTTL with a static keyEric Dumazet1-0/+2
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet1-1/+5
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko1-4/+18
2021-06-28net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko1-4/+8
2020-11-11inet: constify inet_sdif() argumentEric Dumazet1-1/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2020-09-25net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski1-0/+6
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang1-1/+1
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+1
2020-07-25net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig1-3/+2
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-4/+0
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet1-5/+1
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig1-0/+1
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig1-0/+1
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig1-0/+1
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig1-0/+1
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig1-0/+2
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-0/+5