eta name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)Author
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau
2022-08-18bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-15ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski
2022-01-27ipv4: avoid using shared IP generator for connected socketsEric Dumazet
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko
2021-06-28net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko
2020-11-10inet: constify inet_sdif() argumentEric Dumazet
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-24net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig