aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAge
* ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-08
* neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-08
* ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-08
* net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso2019-04-04
* sk_buff: add skb extension infrastructureFlorian Westphal2018-12-19
* ip: silence udp zerocopy smatch false positiveWillem de Bruijn2018-12-08
* udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-03
* udp: msg_zerocopyWillem de Bruijn2018-12-03
* net: always initialize pagedlenWillem de Bruijn2018-11-24
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-10
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-24
|\
| * ip: hash fragments consistentlyPaolo Abeni2018-07-23
* | ip: unconditionally set cork gso_sizeWillem de Bruijn2018-07-06
* | ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-06
* | ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-06
* | net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-04
* | ipv4: add __ip_queue_xmit() that supports tos paramXin Long2018-07-03
|/
* ip: limit use of gso_size to udpWillem de Bruijn2018-06-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
|\
| * net: test tailroom before appending to linear skbWillem de Bruijn2018-05-17
* | tcp: Add mark for TIMEWAIT socketsJon Maxwell2018-05-10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-07
|\ \
| * | udp: enable UDP checksum offload for ESPJacek Kalwas2018-04-18
* | | udp: paged allocation with gsoWillem de Bruijn2018-04-26
* | | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-26
* | | udp: expose inet cork to udpWillem de Bruijn2018-04-26
| |/ |/|
* | net: Fix one possible memleak in ip_setup_corkGao Feng2018-04-16
|/
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-04
* ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet2018-04-01
* net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-04
* udp: remove unreachable ufo branchesWillem de Bruijn2017-08-22
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-20
|\
| * ipv4: ip_do_fragment: fix headroom testsVasily Averin2017-07-15
* | inet: Stop generating UFO packets.David S. Miller2017-07-17
|/
* net: reflect mark on tcp syn ack packetsJamal Hadi Salim2017-07-04
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: account for current skb length when deciding about UFOMichal Kubeček2017-06-23
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-09
* net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-11
* net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-07
* net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-07
* tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-09
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2016-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-16
|\
| * switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\ \
| * | ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-02
| |/
* | net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2016-11-25