summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* sk_buff: add skb extension infrastructureFlorian Westphal2018-12-191-0/+1
* ip: silence udp zerocopy smatch false positiveWillem de Bruijn2018-12-081-1/+2
* udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-041-11/+11
* udp: msg_zerocopyWillem de Bruijn2018-12-041-1/+22
* net: always initialize pagedlenWillem de Bruijn2018-11-251-1/+2
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-0/+2
|\
| * ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
* | ip: unconditionally set cork gso_sizeWillem de Bruijn2018-07-071-2/+1Star
* | ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-071-1/+2
* | ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-071-5/+1Star
* | net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+3
* | ipv4: add __ip_queue_xmit() that supports tos paramXin Long2018-07-041-4/+5
|/
* ip: limit use of gso_size to udpWillem de Bruijn2018-06-201-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+2
|\
| * net: test tailroom before appending to linear skbWillem de Bruijn2018-05-171-1/+2
* | tcp: Add mark for TIMEWAIT socketsJon Maxwell2018-05-101-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-081-1/+1
|\ \
| * | udp: enable UDP checksum offload for ESPJacek Kalwas2018-04-181-1/+1
* | | udp: paged allocation with gsoWillem de Bruijn2018-04-261-4/+11
* | | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-261-3/+6
* | | udp: expose inet cork to udpWillem de Bruijn2018-04-261-9/+8Star
| |/ |/|
* | net: Fix one possible memleak in ip_setup_corkGao Feng2018-04-161-3/+5
|/
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-041-1/+2
* ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet2018-04-011-5/+12
* net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-041-1/+1
* udp: remove unreachable ufo branchesWillem de Bruijn2017-08-221-8/+4Star
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-4/+4
|\
| * ipv4: ip_do_fragment: fix headroom testsVasily Averin2017-07-151-4/+4
* | inet: Stop generating UFO packets.David S. Miller2017-07-171-76/+0Star
|/
* net: reflect mark on tcp syn ack packetsJamal Hadi Salim2017-07-041-1/+2
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* net: account for current skb length when deciding about UFOMichal Kubeček2017-06-231-1/+2
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-101-1/+1
* net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-121-1/+1
* net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-0/+6
* net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-071-1/+4
* tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-091-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2016-12-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-2/+2
|\
| * switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-0/+2
|\ \
| * | ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
| |/
* | net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2016-11-251-2/+24
* | net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-10/+15
|\|
| * ipv4: update comment to document GSO fragmentation cases.Lance Richardson2016-11-101-5/+11
| * net: tcp response should set oif only if it is L3 masterDavid Ahern2016-11-101-1/+2