summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Introduce helper functions to get the per cpu dataRaghavendra K T2015-08-301-0/+10
* net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-281-0/+5
* net: Set sk_txhash from a random numberTom Herbert2015-07-291-16/+0
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-07-151-0/+1
* net: Add full IPv6 addresses to flow_keysTom Herbert2015-06-041-2/+17
* net: Get skb hash over flow_keys structureTom Herbert2015-06-041-0/+2
* ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-271-0/+1
* ip: remove unused function prototypeAndy Zhou2015-05-191-1/+0
* bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2015-05-191-2/+2
* ipv4: introduce frag_expire_skip_icmp()Andy Zhou2015-05-191-0/+10
* flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-131-2/+2
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-4/+4
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-131-1/+1
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-16/+0
|\
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-16/+0
* | ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-5/+7
|/