summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_output.c
AgeCommit message (Expand)Author
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-05-26net: test tailroom before appending to linear skbWillem de Bruijn
2017-08-12net: account for current skb length when deciding about UFOMichal Kubeček
2017-08-12ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman
2017-08-12revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman
2017-08-11net: account for current skb length when deciding about UFOMichal Kubeček
2017-08-11ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper
2016-04-20ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2015-11-01ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa
2015-11-01ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman
2015-10-08ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-10-08ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman
2015-10-08ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17ipv4: Only compute net once in ip_finish_output2Eric W. Biederman
2015-09-17ipv4: Explicitly compute net in ip_fragmentEric W. Biederman
2015-09-17ipv4: Only compute net once in ip_do_fragmentEric W. Biederman
2015-09-17ipv4: Remember the net in ip_output and ip_mc_outputEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-08-13net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern
2015-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-06-12net: ipv4: un-inline ip_finish_output2Florian Westphal
2015-06-12net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal
2015-05-27net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet
2015-04-07net: remove extra newlinesSheng Yong
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa