aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau1-0/+2
2022-08-18bpf: 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-25ipv4: 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-10inet: constify inet_sdif() argumentEric Dumazet1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2020-09-24net/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-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+1
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig1-3/+2
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-4/+0
2020-06-20tcp: 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
2019-11-26net: inet_is_local_reserved_port() port arg should be unsigned shortMaciej Żenczykowski1-2/+2
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski1-4/+4
2019-11-22net: inet_is_local_reserved_port() should return bool not intMaciej Żenczykowski1-4/+4
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet1-2/+2
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-0/+1
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet1-1/+0
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso1-0/+16
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso1-0/+23
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern1-0/+4
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu1-1/+1
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-0/+2
2018-11-07ip: factor out protocol delivery helperPaolo Abeni1-0/+1
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern1-1/+2
2018-10-04net: Move free of dst_metrics to helperDavid Ahern1-0/+9