aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.163' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-141-0/+2
|\
| * net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-131-0/+2
* | Merge 4.9.134 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-1/+0
|\|
| * inet: frags: remove some helpersEric Dumazet2018-10-181-1/+0
* | Merge 4.9.104 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-2/+9
|\|
| * ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-05-301-2/+9
* | Merge android-4.9-o.74 (127372f) into msm-4.9Blagovest Kolenichev2018-01-181-0/+2
|\ \
| * | Merge 4.9.74 into android-4.9-oGreg Kroah-Hartman2018-01-031-0/+2
| |\|
| | * ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-021-0/+2
| * | Merge 4.9.46 into android-4.9-oGreg Kroah-Hartman2017-08-301-2/+2
| |\|
* | | Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9Kyle Yan2017-09-071-2/+2
|\ \ \
| * \ \ Merge 4.9.46 into android-4.9Greg Kroah-Hartman2017-08-301-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-301-2/+2
| * | UPSTREAM: net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2017-01-271-0/+1
| |/
* | net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan2017-06-161-0/+2
* | Merge remote-tracking branch 'origin/tmp-9c76358' into msm-4.8Kyle Yan2016-11-201-2/+1
|\|
| * ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-031-2/+1
* | Merge remote-tracking branch 'origin/tmp-bc33b0c' into 4.8Channagoud Kadabi2016-11-071-3/+9
|\|
| * 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: core: Support UID-based routing.Lorenzo Colitti2016-10-241-0/+1
|/
* 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