summaryrefslogtreecommitdiff
path: root/include/net/ip.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-08ipv4: avoid using shared IP generator for connected socketsEric Dumazet1-11/+10
2020-10-29net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski1-0/+6
2019-12-21inet: protect against too small mtu values.Eric Dumazet1-0/+5
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-03-14net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-0/+2
2018-10-18inet: frags: remove some helpersEric Dumazet1-1/+0
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca1-2/+9
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet1-0/+2
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet1-2/+2
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson1-2/+1
2016-10-27udp: fix IP_CHECKSUM handlingEric Dumazet1-2/+2
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern1-1/+7
2016-09-30net:snmp: Introduce generic interfaces for snmp_get_cpu_field{, 64}Jia He1-0/+23
2016-07-20net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani1-0/+1
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani1-3/+2
2016-05-12net: original ingress device index in PKTINFODavid Ahern1-0/+1
2016-04-28net: snmp: kill STATS_BH macrosEric Dumazet1-5/+5
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2016-04-28net: rename IP_UPD_PO_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: rename IP_ADD_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: rename IP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-28net: snmp: kill various STATS_USER() helpersEric Dumazet1-2/+0
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh1-1/+2
2016-03-02net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani1-0/+2
2016-02-17ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov1-3/+0
2016-02-17ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov1-3/+0
2015-10-13ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-3/+3
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-2/+2
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-1/+1
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-5/+1
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman1-2/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-0/+1
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller1-2/+2
2015-10-05inet: ip_skb_dst_mtu() should use sk_fullsock()Eric Dumazet1-3/+6
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman1-2/+2
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet1-1/+1
2015-09-25inet: constify ip_dont_fragment() argumentsEric Dumazet1-3/+5
2015-08-31net: Introduce helper functions to get the per cpu dataRaghavendra K T1-0/+10
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern1-0/+5
2015-07-30net: Set sk_txhash from a random numberTom Herbert1-16/+0
2015-07-16ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-0/+1
2015-06-05net: Add full IPv6 addresses to flow_keysTom Herbert1-2/+17
2015-06-05net: Get skb hash over flow_keys structureTom Herbert1-0/+2
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal1-0/+1
2015-05-19ip: remove unused function prototypeAndy Zhou1-1/+0
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou1-2/+2
2015-05-19ipv4: introduce frag_expire_skip_icmp()Andy Zhou1-0/+10
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko1-2/+2
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko1-4/+4