aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
AgeCommit message (Expand)Author
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov
2017-01-09tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-20ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05switch getfrag callbacks to ..._full() primitivesAl Viro
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper
2016-11-25net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson
2016-10-18ipv4: Remove unused but set variableTobias Klauser
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern
2016-09-10ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu
2016-07-19net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-24ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov
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