summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury2021-03-291-2/+2
* net: use indirect call helpers for dst_outputBrian Vazquez2021-02-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-081-1/+1
|\
| * net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-071-1/+1
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-081-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-081-1/+1
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-081-2/+1
|/
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-241-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-161-5/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-231-1/+2
| |\
| * | ip: pass tos into ip_build_and_send_pkt()Wei Wang2020-09-101-2/+3
| * | net: clean up codestyleMiaohe Lin2020-08-311-1/+1
| * | net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin2020-08-311-1/+1
| * | net: clean up codestyle for net/ipv4Miaohe Lin2020-08-251-1/+1
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-131-3/+3
|\ \ \ | |_|/ |/| |
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
| * | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-2/+2
| |/
* / ip: fix tos reflection in ack and reset packetsWei Wang2020-09-091-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+1
|\
| * ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-021-1/+1
* | tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-211-0/+6
|/
* net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-301-1/+1
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* net: ipv4: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-5/+3
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-5/+8
* netfilter: Support iif matches in POSTROUTINGPhil Sutter2019-11-151-2/+2
* ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-211-5/+6
* net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-181-0/+3
* tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-1/+0
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-211-1/+1
* ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-281-4/+21
|\
| * ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-261-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-1/+1
|\|
| * net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn2019-06-111-1/+1
* | ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-151-1/+2
* | net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-041-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-011-11/+23
|\ \
| * | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-06-011-11/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-2/+2
|\ \ \ | | |/ | |/|
| * | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-311-2/+2
| |/
* | net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso2019-05-301-18/+37
* | net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso2019-05-301-88/+112
* | net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso2019-05-301-33/+55
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-0/+1
|\
| * ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-011-0/+1
* | ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-091-7/+4
* | neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-091-1/+1
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-091-1/+1