summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
Commit message (Expand)AuthorAgeFilesLines
* ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-231-0/+3
* udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-0/+1
* udp: expose inet cork to udpWillem de Bruijn2018-04-261-1/+1
* net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-171-0/+3
* inet: frags: remove some helpersEric Dumazet2018-03-311-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-2/+9
|\
| * ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-141-2/+9
* | net: Make ip_ra_chain per struct netKirill Tkhai2018-03-221-2/+11
* | inet: whitespace cleanupStephen Hemminger2018-02-281-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-0/+1
|\
| * ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-131-0/+1
* | udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-031-0/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+2
|\
| * ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-161-2/+2
* | net: ipv4: add second dif to udp socket lookupsDavid Ahern2017-08-071-0/+10
* | ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-061-4/+5
|/
* net: ipv4: Refine the ipv4_default_advmssGao Feng2017-04-131-0/+2
* Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+1
|\
| * ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-031-2/+1
* | net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2016-11-071-2/+3
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
|/
* udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-2/+2
* net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-171-1/+7
* net:snmp: Introduce generic interfaces for snmp_get_cpu_field{, 64}Jia He2016-09-301-0/+23
* net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani2016-07-191-0/+1
* ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani2016-06-301-3/+2
* net: original ingress device index in PKTINFODavid Ahern2016-05-111-0/+1
* net: snmp: kill STATS_BH macrosEric Dumazet2016-04-271-5/+5
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-2/+2
* net: rename IP_UPD_PO_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: rename IP_ADD_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-271-2/+0
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-041-1/+2
* net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2016-03-011-0/+2
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-161-3/+0
* ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2016-02-161-3/+0
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-121-3/+3
* dst: Pass net into dst->outputEric W. Biederman2015-10-081-2/+2
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-1/+1
* ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-081-1/+1
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-5/+1
* ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman2015-10-081-2/+1
* dst: Pass a sk into .local_outEric W. Biederman2015-10-081-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller2015-10-051-2/+2
|\
| * ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-2/+2
* | inet: ip_skb_dst_mtu() should use sk_fullsock()Eric Dumazet2015-10-051-3/+6
|/
* ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet2015-09-251-1/+1
* inet: constify ip_dont_fragment() argumentsEric Dumazet2015-09-251-3/+5
OpenPOWER on IntegriCloud