aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-26net: inet_is_local_reserved_port() port arg should be unsigned shortGravatar Maciej Żenczykowski 1-2/+2
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Gravatar Maciej Żenczykowski 1-4/+4
2019-11-22net: inet_is_local_reserved_port() should return bool not intGravatar Maciej Żenczykowski 1-4/+4
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationGravatar Eric Dumazet 1-2/+2
2019-09-13ip: support SO_MARK cmsgGravatar Willem de Bruijn 1-0/+1
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayGravatar Eric Dumazet 1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+1
2019-06-03net: fix use-after-free in kfree_skb_listGravatar Eric Dumazet 1-1/+0
2019-05-30net: ipv4: split skbuff into fragments transformerGravatar Pablo Neira Ayuso 1-0/+16
2019-05-30net: ipv4: add skbuff fraglist splitterGravatar Pablo Neira Ayuso 1-0/+23
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2019-04-01vrf: check accept_source_route on the original netdeviceGravatar Stephen Suryaputra 1-1/+1
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableGravatar David Ahern 1-0/+4
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoGravatar Hangbin Liu 1-1/+1
2019-02-25net: avoid use IPCB in cipso_v4_errorGravatar Nazarov Sergey 1-0/+2
2018-11-07ip: factor out protocol delivery helperGravatar Paolo Abeni 1-0/+1
2018-11-06net: Add extack argument to ip_fib_metrics_initGravatar David Ahern 1-1/+2
2018-10-04net: Move free of dst_metrics to helperGravatar David Ahern 1-0/+9
2018-10-04net: common metrics init helper for dst_entryGravatar David Ahern 1-0/+12
2018-10-04net: Move free of fib_metrics to helperGravatar David Ahern 1-0/+6
2018-10-04net: common metrics init helper for FIB entriesGravatar David Ahern 1-2/+2
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Gravatar Willem de Bruijn 1-1/+0
2018-07-07ipv4: ipcm_cookie initializersGravatar Willem de Bruijn 1-0/+15
2018-07-04net: ipv4: listified version of ip_rcvGravatar Edward Cree 1-0/+2
2018-07-04ipv4: add __ip_queue_xmit() that supports tos paramGravatar Xin Long 1-1/+8
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTEGravatar Roopa Prabhu 1-0/+3
2018-04-26udp: generate gso with UDP_SEGMENTGravatar Willem de Bruijn 1-0/+1
2018-04-26udp: expose inet cork to udpGravatar Willem de Bruijn 1-1/+1
2018-04-17net: Move fib_convert_metrics to metrics fileGravatar David Ahern 1-0/+3
2018-03-31inet: frags: remove some helpersGravatar Eric Dumazet 1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+9
2018-03-22net: Make ip_ra_chain per struct netGravatar Kirill Tkhai 1-2/+11
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuGravatar Sabrina Dubroca 1-2/+9
2018-02-28inet: whitespace cleanupGravatar Stephen Hemminger 1-6/+6
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1