aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-19net/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-11net: original ingress device index in PKTINFODavid Ahern1-0/+1
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet1-5/+5
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2016-04-27net: rename IP_UPD_PO_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: rename IP_ADD_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: 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-01net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani1-0/+2
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov1-3/+0
2016-02-16ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov1-3/+0
2015-10-12ipv4: 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/ebiederm/net-nextDavid 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-30net: 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-29net: Set sk_txhash from a random numberTom Herbert1-16/+0
2015-07-15ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-0/+1
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert1-2/+17
2015-06-04net: 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
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko1-1/+1
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-1/+2
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+0
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-16/+0
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-5/+7
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa1-5/+6
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-1/+6
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet1-3/+12
2014-09-23icmp: add a global rate limitationEric Dumazet1-0/+4
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-2/+0