summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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-231-2/+0
|/
* inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-251-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-021-0/+2
* bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau2022-08-181-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-251-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-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-0/+6
|\
| * net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski2020-09-241-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-241-1/+1
* net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-241-3/+2
* net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-201-5/+1
* ipv4: add ip_sock_set_pktinfoChristoph Hellwig2020-05-281-0/+1
* ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig2020-05-281-0/+1
* ipv4: add ip_sock_set_recverrChristoph Hellwig2020-05-281-0/+1
* ipv4: add ip_sock_set_freebindChristoph Hellwig2020-05-281-0/+1
* ipv4: add ip_sock_set_tosChristoph Hellwig2020-05-281-0/+2
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-0/+5
* net: inet_is_local_reserved_port() port arg should be unsigned shortMaciej Żenczykowski2019-11-261-2/+2
* net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-4/+4
* net: inet_is_local_reserved_port() should return bool not intMaciej Żenczykowski2019-11-221-4/+4
* ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-211-2/+2
* ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-0/+1
* ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\