aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-04net: common metrics init helper for dst_entryDavid Ahern1-0/+12
2018-10-04net: Move free of fib_metrics to helperDavid Ahern1-0/+6
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern1-2/+2
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-1/+0
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn1-0/+15
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree1-0/+2
2018-07-04ipv4: add __ip_queue_xmit() that supports tos paramXin Long1-1/+8
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu1-0/+3
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn1-0/+1
2018-04-26udp: expose inet cork to udpWillem de Bruijn1-1/+1
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern1-0/+3
2018-03-31inet: frags: remove some helpersEric Dumazet1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai1-2/+11
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca1-2/+9
2018-02-28inet: whitespace cleanupStephen Hemminger1-6/+6
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet1-0/+1
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau1-0/+9
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet1-2/+2
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern1-0/+10
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni1-4/+5
2017-04-13net: ipv4: Refine the ipv4_default_advmssGao Feng1-0/+2
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen1-0/+10
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni1-2/+3
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-0/+1
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson1-2/+1
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet1-2/+2