summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
AgeCommit message (Expand)AuthorLines
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet-0/+1
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau-0/+9
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet-2/+2
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern-0/+10
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni-4/+5
2017-04-13net: ipv4: Refine the ipv4_default_advmssGao Feng-0/+2
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen-0/+10
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni-2/+3
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti-0/+1
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson-2/+1
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet-2/+2
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern-1/+7
2016-09-30net:snmp: Introduce generic interfaces for snmp_get_cpu_field{, 64}Jia He-0/+23
2016-07-19net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani-0/+1
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani-3/+2
2016-05-11net: original ingress device index in PKTINFODavid Ahern-0/+1
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet-5/+5
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet-2/+2
2016-04-27net: rename IP_UPD_PO_STATS_BH()Eric Dumazet-1/+1
2016-04-27net: rename IP_ADD_STATS_BH()Eric Dumazet-1/+1
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet-1/+1
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet-2/+0
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh-1/+2
2016-03-01net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani-0/+2
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov-3/+0
2016-02-16ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov-3/+0
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman-3/+3
2015-10-08dst: Pass net into dst->outputEric W. Biederman-2/+2
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman-1/+1
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman-5/+1
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman-2/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman-0/+1
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller-2/+2
2015-10-05inet: ip_skb_dst_mtu() should use sk_fullsock()Eric Dumazet-3/+6
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman-2/+2
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet-1/+1
2015-09-25inet: constify ip_dont_fragment() argumentsEric Dumazet-3/+5
2015-08-30net: Introduce helper functions to get the per cpu dataRaghavendra K T-0/+10
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern-0/+5
2015-07-29net: Set sk_txhash from a random numberTom Herbert-16/+0
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet-0/+1
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert-2/+17
2015-06-04net: Get skb hash over flow_keys structureTom Herbert-0/+2
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal-0/+1
2015-05-19ip: remove unused function prototypeAndy Zhou-1/+0
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou-2/+2