aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-30inet: introduce dst_rtable() helperGravatar Eric Dumazet 1-2/+2
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsGravatar Nicolas Dichtel 1-1/+1
2023-12-15inet: returns a bool from inet_sk_get_local_port_range()Gravatar Eric Dumazet 1-1/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.Gravatar David Laight 1-1/+7
2023-10-19inet: lock the socket in ip_sock_set_tos()Gravatar Eric Dumazet 1-0/+1
2023-10-01inet: implement lockless IP_TOSGravatar Eric Dumazet 1-2/+1
2023-10-01inet: implement lockless IP_MTU_DISCOVERGravatar Eric Dumazet 1-5/+8
2023-09-01ipv4: ignore dst hint for multipath routesGravatar Sriram Yagnaraman 1-0/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsGravatar Eric Dumazet 1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idGravatar Eric Dumazet 1-2/+13
2023-07-29net: annotate data-races around sk->sk_markGravatar Eric Dumazet 1-1/+1
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVGravatar Antoine Tenart 1-1/+1
2023-05-24raw: Stop using RTO_ONLINK.Gravatar Guillaume Nault 1-5/+0
2023-05-24ping: Stop using RTO_ONLINK.Gravatar Guillaume Nault 1-0/+13
2023-05-23ip: Remove ip_append_page()Gravatar David Howells 1-2/+0
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolGravatar Nicolas Dichtel 1-0/+2
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionGravatar Jakub Sitnicki 1-1/+2
2022-11-17net: use struct_group to copy ip/ipv6 header addressesGravatar Hangbin Liu 1-1/+1
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Gravatar Martin KaFai Lau 1-0/+2
2022-08-18bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Gravatar Martin KaFai Lau 1-0/+2
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-15ip: Fix a data-race around sysctl_fwmark_reflect.Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Gravatar Kuniyuki Iwashima 1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2022-05-16net: annotate races around sk->sk_bound_dev_ifGravatar Eric Dumazet 1-1/+1
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesGravatar Eyal Birger 1-0/+1
2022-01-31ipv4: Make ip_idents_reserve staticGravatar David Ahern 1-1/+0
2022-01-29ipv4: drop fragmentation code from ip_options_build()Gravatar Jakub Kicinski 1-1/+1
2022-01-27ipv4: avoid using shared IP generator for connected socketsGravatar Eric Dumazet 1-11/+10
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hGravatar Poorva Sonparote 1-0/+1
2021-11-16net: move gro definitions to include/net/gro.hGravatar Eric Dumazet 1-8/+0
2021-10-25ipv4: guard IP_MINTTL with a static keyGravatar Eric Dumazet 1-0/+2
2021-09-30net: snmp: inline snmp_get_cpu_field()Gravatar Eric Dumazet 1-1/+5
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardGravatar Vadim Fedorenko 1-4/+18
2021-06-28net: lwtunnel: handle MTU calculation in forwadingGravatar Vadim Fedorenko 1-4/+8
2020-11-10inet: constify inet_sdif() argumentGravatar Eric Dumazet 1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+6
2020-09-24net/ipv4: always honour route mtu during forwardingGravatar Maciej Żenczykowski 1-0/+6
2020-09-10ip: pass tos into ip_build_and_send_pkt()Gravatar Wei Wang 1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-1/+1
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userGravatar Christoph Hellwig 1-3/+2
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptGravatar Christoph Hellwig 1-4/+0
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitGravatar Eric Dumazet 1-5/+1
2020-05-28ipv4: add ip_sock_set_pktinfoGravatar Christoph Hellwig 1-0/+1
2020-05-28ipv4: add ip_sock_set_mtu_discoverGravatar Christoph Hellwig 1-0/+1
2020-05-28ipv4: add ip_sock_set_recverrGravatar Christoph Hellwig 1-0/+1
2020-05-28ipv4: add ip_sock_set_freebindGravatar Christoph Hellwig 1-0/+1
2020-05-28ipv4: add ip_sock_set_tosGravatar Christoph Hellwig 1-0/+2
2019-12-07inet: protect against too small mtu values.Gravatar Eric Dumazet 1-0/+5