aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn1-2/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-1/+2
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn1-5/+1
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia1-0/+3
2018-07-04ipv4: add __ip_queue_xmit() that supports tos paramXin Long1-4/+5
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn1-1/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell1-1/+1
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2018-04-26udp: paged allocation with gsoWillem de Bruijn1-4/+11
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn1-3/+6
2018-04-26udp: expose inet cork to udpWillem de Bruijn1-9/+8
2018-04-18udp: enable UDP checksum offload for ESPJacek Kalwas1-1/+1
2018-04-16net: Fix one possible memleak in ip_setup_corkGao Feng1-3/+5
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni1-1/+2
2018-04-01ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet1-5/+12
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens1-1/+1
2017-08-22udp: remove unreachable ufo branchesWillem de Bruijn1-8/+4
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-07-17inet: Stop generating UFO packets.David S. Miller1-76/+0
2017-07-15ipv4: ip_do_fragment: fix headroom testsVasily Averin1-4/+4
2017-07-04net: reflect mark on tcp syn ack packetsJamal Hadi Salim1-1/+2
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček1-1/+2
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev1-1/+1
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov1-1/+1
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-0/+6
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov1-1/+4
2017-01-09tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-20ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_outputzheng li1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-12-05switch getfrag callbacks to ..._full() primitivesAl Viro1-2/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-11-25net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack1-2/+24
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+15
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson1-5/+11
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern1-1/+2
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-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-10net: l3mdev: remove redundant callsDavid Ahern1-2/+1
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern1-0/+8
2016-09-10ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu1-0/+8
2016-07-19net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani1-2/+4