- 878d951 inet: lock the socket in ip_sock_set_tos() by Eric Dumazet · 1 year, 4 months ago
- e08d0b3 inet: implement lockless IP_TOS by Eric Dumazet · 1 year, 5 months ago
- ceaa714 inet: implement lockless IP_MTU_DISCOVER by Eric Dumazet · 1 year, 5 months ago
- 6ac66cb ipv4: ignore dst hint for multipath routes by Sriram Yagnaraman · 1 year, 5 months ago
- e3390b3 net: annotate data-races around sk->sk_tsflags by Eric Dumazet · 1 year, 5 months ago
- f866fbc ipv4: fix data-races around inet->inet_id by Eric Dumazet · 1 year, 6 months ago
- 3c5b4d6 net: annotate data-races around sk->sk_mark by Eric Dumazet · 1 year, 6 months ago
- d4031ec Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 8 months ago
- c0a8966 net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV by Antoine Tenart · 1 year, 9 months ago
- c85be08 raw: Stop using RTO_ONLINK. by Guillaume Nault · 1 year, 9 months ago
- 726de79 ping: Stop using RTO_ONLINK. by Guillaume Nault · 1 year, 9 months ago
- c49cf26 ip: Remove ip_append_page() by David Howells · 1 year, 9 months ago
- 3632679 ipv{4,6}/raw: fix output xfrm lookup wrt protocol by Nicolas Dichtel · 1 year, 9 months ago
- 91d0b78 inet: Add IP_LOCAL_PORT_RANGE socket option by Jakub Sitnicki · 2 years ago
- 58e0be1 net: use struct_group to copy ip/ipv6 header addresses by Hangbin Liu · 2 years, 3 months ago
- fd969f2 bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt() by Martin KaFai Lau · 2 years, 5 months ago
- ee7f1e1 bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt() by Martin KaFai Lau · 2 years, 6 months ago
- 9b55c20 ip: Fix data-races around sysctl_ip_prot_sock. by Kuniyuki Iwashima · 2 years, 7 months ago
- 85d0b4d ip: Fix a data-race around sysctl_fwmark_reflect. by Kuniyuki Iwashima · 2 years, 7 months ago
- 60c158d ip: Fix data-races around sysctl_ip_fwd_use_pmtu. by Kuniyuki Iwashima · 2 years, 7 months ago
- d7e6f58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 9 months ago
- 4c971d2 net: annotate races around sk->sk_bound_dev_if by Eric Dumazet · 2 years, 9 months ago
- e6175a2e xfrm: fix "disable_policy" flag use when arriving from different devices by Eyal Birger · 2 years, 9 months ago
- 47ed944 ipv4: Make ip_idents_reserve static by David Ahern · 3 years ago
- 4f0e304 ipv4: drop fragmentation code from ip_options_build() by Jakub Kicinski · 3 years ago
- 23f57406 ipv4: avoid using shared IP generator for connected sockets by Eric Dumazet · 3 years ago
- 4f47d5d ipv4: Exposing __ip_sock_set_tos() in ip.h by Poorva Sonparote · 3 years, 3 months ago
- 4721031 net: move gro definitions to include/net/gro.h by Eric Dumazet · 3 years, 3 months ago
- 020e71a ipv4: guard IP_MINTTL with a static key by Eric Dumazet · 3 years, 3 months ago
- 59f09ae net: snmp: inline snmp_get_cpu_field() by Eric Dumazet · 3 years, 4 months ago
- ac6627a net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward by Vadim Fedorenko · 3 years, 7 months ago
- fade564 net: lwtunnel: handle MTU calculation in forwading by Vadim Fedorenko · 3 years, 7 months ago
- d6bb2d1 inet: constify inet_sdif() argument by Eric Dumazet · 4 years, 3 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
- 02a1b17 net/ipv4: always honour route mtu during forwarding by Maciej Żenczykowski · 4 years, 4 months ago
- de033b7d ip: pass tos into ip_build_and_send_pkt() by Wei Wang · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 7 months ago
- de40a3e net/ipv4: merge ip_options_get and ip_options_get_from_user by Christoph Hellwig · 4 years, 7 months ago
- b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 7 months ago
- 05e22e8 tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit by Eric Dumazet · 4 years, 8 months ago
- c1f9ec5 ipv4: add ip_sock_set_pktinfo by Christoph Hellwig · 4 years, 8 months ago
- 2de569b ipv4: add ip_sock_set_mtu_discover by Christoph Hellwig · 4 years, 8 months ago
- db45c0e ipv4: add ip_sock_set_recverr by Christoph Hellwig · 4 years, 8 months ago
- c4e446b ipv4: add ip_sock_set_freebind by Christoph Hellwig · 4 years, 8 months ago
- 6ebf71b ipv4: add ip_sock_set_tos by Christoph Hellwig · 4 years, 8 months ago
- 501a90c inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
- 66e2f5f net: inet_is_local_reserved_port() port arg should be unsigned short by Maciej Żenczykowski · 5 years ago
- 82f31eb net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port) by Maciej Żenczykowski · 5 years ago
- 30429fb net: inet_is_local_reserved_port() should return bool not int by Maciej Żenczykowski · 5 years ago
- e7a409c ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation by Eric Dumazet · 5 years ago
- c6af0c2 ip: support SO_MARK cmsg by Willem de Bruijn · 5 years ago
- d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
- a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- b703414 net: fix use-after-free in kfree_skb_list by Eric Dumazet · 6 years ago
- 065ff79 net: ipv4: split skbuff into fragments transformer by Pablo Neira Ayuso · 6 years ago
- c8b17be net: ipv4: add skbuff fraglist splitter by Pablo Neira Ayuso · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 8c83f2d vrf: check accept_source_route on the original netdevice by Stephen Suryaputra · 6 years ago
- 9ab948a ipv4: Allow amount of dirty memory from fib resizing to be controllable by David Ahern · 6 years ago
- 5e1a99e ipv4: Add ICMPv6 support when parse route ipproto by Hangbin Liu · 6 years ago
- 3da1ed7 net: avoid use IPCB in cipso_v4_error by Nazarov Sergey · 6 years ago
- 68cb7d5 ip: factor out protocol delivery helper by Paolo Abeni · 6 years ago
- d7e774f net: Add extack argument to ip_fib_metrics_init by David Ahern · 6 years ago
- 1620a33 net: Move free of dst_metrics to helper by David Ahern · 6 years ago
- e1255ed net: common metrics init helper for dst_entry by David Ahern · 6 years ago
- cc5f0eb net: Move free of fib_metrics to helper by David Ahern · 6 years ago
- 767a221 net: common metrics init helper for FIB entries by David Ahern · 6 years ago
- 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 7 years ago
- 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 7 years ago
- 17266ee net: ipv4: listified version of ip_rcv by Edward Cree · 7 years ago
- 69b9e1e ipv4: add __ip_queue_xmit() that supports tos param by Xin Long · 7 years ago
- 404eb77 ipv4: support sport, dport and ip_proto in RTM_GETROUTE by Roopa Prabhu · 7 years ago
- bec1f6f udp: generate gso with UDP_SEGMENT by Willem de Bruijn · 7 years ago
- 1cd7884 udp: expose inet cork to udp by Willem de Bruijn · 7 years ago
- a919525 net: Move fib_convert_metrics to metrics file by David Ahern · 7 years ago
- 6befe4a inet: frags: remove some helpers by Eric Dumazet · 7 years ago
- 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 5796ef7 net: Make ip_ra_chain per struct net by Kirill Tkhai · 7 years ago
- d52e5a7 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 7 years ago
- 82695b3 inet: whitespace cleanup by Stephen Hemminger · 7 years ago
- c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- b547602 ipv4: igmp: guard against silly MTU values by Eric Dumazet · 7 years ago
- f0b1e64 udp: Move udp[46]_portaddr_hash() to net/ip[v6].h by Martin KaFai Lau · 7 years ago
- e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- c780a04 ipv4: better IP_MAX_MTU enforcement by Eric Dumazet · 7 years ago
- fb74c27 net: ipv4: add second dif to udp socket lookups by David Ahern · 7 years ago
- 91ed1e6 ip/options: explicitly provide net ns to __ip_options_echo() by Paolo Abeni · 8 years ago
- 7ed14d9 net: ipv4: Refine the ipv4_default_advmss by Gao Feng · 8 years ago
- 4548b68 Introduce a sysctl that modifies the value of PROT_SOCK. by Krister Johansen · 8 years ago
- bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- ad95903 net/sock: add an explicit sk argument for ip_cmsg_recv_offset() by Paolo Abeni · 8 years ago
- e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
- 9ee6c5d ipv4: allow local fragmentation in ip_finish_output_gso() by Lance Richardson · 8 years ago
- 10df8e6 udp: fix IP_CHECKSUM handling by Eric Dumazet · 8 years ago
- a04a480 net: Require exact match for TCP socket lookups if dif is l3mdev by David Ahern · 8 years ago
- 6348ef2 net:snmp: Introduce generic interfaces for snmp_get_cpu_field{, 64} by Jia He · 8 years ago
- 359ebda net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags by Shmulik Ladkani · 9 years ago
- fedbb6b4 ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output by Shmulik Ladkani · 9 years ago
- 0b922b7 net: original ingress device index in PKTINFO by David Ahern · 9 years ago