summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_output.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet1-2/+9
2021-09-22ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva1-2/+3
2021-01-17net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2020-10-01ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2019-12-21inet: protect against too small mtu values.Eric Dumazet1-5/+9
2019-05-08ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2018-07-28ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn1-2/+5
2017-08-13revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman1-1/+1
2017-08-13revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman1-2/+1
2017-08-11net: account for current skb length when deciding about UFOMichal Kubeček1-1/+2
2017-08-11ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li1-1/+1
2017-02-18tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol1-0/+1
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson1-5/+11
2016-11-10net: tcp response should set oif only if it is L3 masterDavid Ahern1-1/+2
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson1-4/+2
2016-10-18ipv4: Remove unused but set variableTobias Klauser1-3/+0
2016-09-11net: l3mdev: remove redundant callsDavid Ahern1-2/+1
2016-09-11net: l3mdev: Add hook to output pathDavid Ahern1-0/+8
2016-09-11ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu1-0/+8
2016-07-20net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani1-2/+4
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani1-2/+2
2016-06-04skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-02-24ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa1-1/+4
2016-02-17ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov1-3/+0
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+1
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-01-12udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-11-01ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-3/+5
2015-11-01ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-0/+1
2015-10-19tcp: do not set queue_mapping on SYNACKEric Dumazet1-1/+0
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-4/+2
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-5/+4
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-3/+2
2015-10-08ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman1-4/+6
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-5/+5
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman1-7/+2
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-3/+4
2015-10-08ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman1-1/+1
2015-10-08ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman1-1/+1
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman1-24/+20
2015-09-30net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern1-1/+1