| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-03 | net: psp: don't assume reply skbs will have a socket | Jakub Kicinski | 1 | -1/+1 |
| 2025-09-18 | tcp: add datapath logic for PSP with inline key exchange | Jakub Kicinski | 1 | -1/+4 |
| 2025-08-26 | ipv4: Convert ->flowi4_tos to dscp_t. | Guillaume Nault | 1 | -1/+2 |
| 2025-08-01 | net: Add locking to protect skb->dev access in ip_output | Sharath Chandra Vurukala | 1 | -5/+10 |
| 2025-07-08 | net: splice: Drop unused @gfp | Michal Luczaj | 1 | -2/+1 |
| 2025-07-02 | ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu] | Eric Dumazet | 1 | -3/+3 |
| 2025-05-13 | net: devmem: Implement TX path | Mina Almasry | 1 | -1/+2 |
| 2025-03-17 | tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS | Ilpo Järvinen | 1 | -2/+1 |
| 2024-12-20 | ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit(). | Guillaume Nault | 1 | -12/+4 |
| 2024-12-16 | sock: support SO_PRIORITY cmsg | Anna Emese Nyiri | 1 | -2/+2 |
| 2024-12-04 | inet: add indirect call wrapper for getfrag() calls | Eric Dumazet | 1 | -4/+9 |
| 2024-10-14 | ipv4: tcp: give socket pointer to control skbs | Eric Dumazet | 1 | -1/+4 |
| 2024-10-04 | net_tstamp: add SCM_TS_OPT_ID for RAW sockets | Vadim Fedorenko | 1 | -1/+1 |
| 2024-10-04 | net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message | Vadim Fedorenko | 1 | -5/+14 |
| 2024-09-04 | ipv4: Unmask upper DSCP bits in __ip_queue_xmit() | Ido Schimmel | 1 | -1/+1 |
| 2024-08-31 | ipv4: Unmask upper DSCP bits in ip_send_unicast_reply() | Ido Schimmel | 1 | -1/+2 |
| 2024-08-20 | l2tp: use skb_queue_purge in l2tp_ip_destroy_sock | James Chapman | 1 | -1/+0 |
| 2024-07-31 | ipv4: export ip_flush_pending_frames | James Chapman | 1 | -0/+1 |
| 2024-05-23 | net: Add additional bit to support clockid_t timestamp type | Abhishek Chauhan | 1 | -1/+4 |
| 2024-05-23 | net: Rename mono_delivery_time to tstamp_type for scalabilty | Abhishek Chauhan | 1 | -4/+5 |
| 2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-05-02 | ipv4: Fix uninit-value access in __ip_make_skb() | Shigeru Yoshida | 1 | -1/+1 |
| 2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet | 1 | -4/+4 |
| 2024-03-18 | Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets" | Abhishek Chauhan | 1 | -1/+0 |
| 2024-03-05 | net: Re-use and set mono_delivery_time bit for userspace tstamp packets | Abhishek Chauhan | 1 | -0/+1 |
| 2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+8 |
| 2024-02-15 | net-timestamp: make sk_tskey more predictable in error path | Vadim Fedorenko | 1 | -5/+8 |
| 2024-02-12 | ipv4: Set the routing scope properly in ip_route_output_ports(). | Guillaume Nault | 1 | -1/+1 |
| 2024-01-31 | net: ipv4: fix a memleak in ip_setup_cork | Zhipeng Lu | 1 | -6/+6 |
| 2023-10-20 | net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams. | Heng Guo | 1 | -0/+2 |
| 2023-10-01 | inet: implement lockless IP_TOS | Eric Dumazet | 1 | -2/+2 |
| 2023-10-01 | inet: implement lockless IP_MTU_DISCOVER | Eric Dumazet | 1 | -3/+4 |
| 2023-10-01 | inet: implement lockless IP_MULTICAST_TTL | Eric Dumazet | 1 | -1/+1 |
| 2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet | 1 | -1/+1 |
| 2023-09-01 | net: annotate data-races around sk->sk_tsflags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-30 | net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated | Heng Guo | 1 | -4/+3 |
| 2023-08-18 | lwt: Check LWTUNNEL_XMIT_CONTINUE strictly | Yan Zhai | 1 | -1/+1 |
| 2023-08-16 | inet: implement lockless IP_TTL | Eric Dumazet | 1 | -1/+1 |
| 2023-08-16 | inet: move inet->hdrincl to inet->inet_flags | Eric Dumazet | 1 | -2/+3 |
| 2023-08-08 | net/ipv4: return the real errno instead of -EINVAL | xu xin | 1 | -1/+1 |
| 2023-08-02 | udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES | David Howells | 1 | -0/+9 |
| 2023-07-29 | net: annotate data-races around sk->sk_priority | Eric Dumazet | 1 | -2/+2 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -2/+2 |
| 2023-06-16 | ip, ip6: Fix splice to raw and ping sockets | David Howells | 1 | -1/+2 |
| 2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet | 1 | -0/+1 |
| 2023-05-25 | net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV | Antoine Tenart | 1 | -1/+3 |
| 2023-05-23 | ip: Remove ip_append_page() | David Howells | 1 | -144/+4 |
| 2023-05-23 | ip, udp: Support MSG_SPLICE_PAGES | David Howells | 1 | -0/+17 |
| 2023-05-23 | net: Pass max frags into skb_append_pagefrags() | David Howells | 1 | -1/+2 |
| 2023-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -3/+13 |
| 2023-04-22 | ipv4: Fix potential uninit variable access bug in __ip_make_skb() | Ziyang Xuan | 1 | -3/+13 |
| 2023-03-21 | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet | 1 | -3/+3 |
| 2023-03-17 | inet: preserve const qualifier in inet_sk() | Eric Dumazet | 1 | -2/+3 |
| 2023-03-08 | net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps | Vadim Fedorenko | 1 | -1/+1 |
| 2023-02-01 | net: add support for ipv4 big tcp | Xin Long | 1 | -1/+1 |
| 2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-09-28 | net: shrink struct ubuf_info | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-30 | net: unify alloclen calculation for paged requests | Pavel Begunkov | 1 | -4/+1 |
| 2022-08-24 | net: Fix data-races around sysctl_[rw]mem_(max|default). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-07-19 | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k... | Jakub Kicinski | 1 | -14/+36 |
| 2022-07-19 | ipv4/udp: support externally provided ubufs | Pavel Begunkov | 1 | -13/+31 |
| 2022-07-18 | ipv4: avoid partial copy for zc | Pavel Begunkov | 1 | -2/+6 |
| 2022-07-11 | net: Find dst with sk's xfrm policy not ctl_sk | sewookseo | 1 | -1/+1 |
| 2022-06-24 | net: helper function skb_len_add | Richard Gobert | 1 | -6/+2 |
| 2022-03-03 | net: Set skb->mono_delivery_time and clear it after sch_handle_ingress() | Martin KaFai Lau | 1 | -2/+1 |
| 2022-03-03 | net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)... | Martin KaFai Lau | 1 | -2/+5 |
| 2022-02-26 | net: ip: add skb drop reasons for ip egress path | Menglong Dong | 1 | -4/+4 |
| 2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-02-18 | net-timestamp: convert sk->sk_tskey to atomic_t | Eric Dumazet | 1 | -1/+1 |
| 2022-01-29 | ipv4: drop fragmentation code from ip_options_build() | Jakub Kicinski | 1 | -3/+3 |
| 2022-01-27 | ipv4: tcp: send zero IPID in SYNACK messages | Eric Dumazet | 1 | -2/+9 |
| 2022-01-24 | ipv4: fix ip option filtering for locally generated fragments | Jakub Kicinski | 1 | -3/+12 |
| 2021-11-14 | ipv4: Remove duplicate assignments | luo penghao | 1 | -1/+0 |
| 2021-08-30 | net: ipv4: Fix the warning for dereference | Yajun Deng | 1 | -1/+3 |
| 2021-08-24 | net: ipv4: Move ip_options_fragment() out of loop | Yajun Deng | 1 | -15/+4 |
| 2021-08-03 | ipv4: use skb_expand_head in ip_finish_output2 | Vasily Averin | 1 | -11/+2 |
| 2021-07-26 | ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs() | Gustavo A. R. Silva | 1 | -2/+3 |
| 2021-06-24 | net: ip: avoid OOM kills with large UDP sends over loopback | Jakub Kicinski | 1 | -14/+18 |
| 2021-03-28 | ipv4: ip_output.c: Couple of typo fixes | Bhaskar Chowdhury | 1 | -2/+2 |
| 2021-02-03 | net: use indirect call helpers for dst_output | Brian Vazquez | 1 | -0/+1 |
| 2021-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-01-07 | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} | Jonathan Lemon | 1 | -1/+1 |
| 2021-01-07 | skbuff: rename sock_zerocopy_* to msg_zerocopy_* | Jonathan Lemon | 1 | -1/+1 |
| 2021-01-07 | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort | Jonathan Lemon | 1 | -2/+1 |
| 2021-01-07 | net: ip: always refragment ip defragmented packets | Florian Westphal | 1 | -1/+1 |
| 2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore | 1 | -1/+1 |
| 2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -5/+6 |
| 2020-10-12 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
| 2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
| 2020-09-10 | ip: pass tos into ip_build_and_send_pkt() | Wei Wang | 1 | -2/+3 |
| 2020-09-08 | ip: fix tos reflection in ack and reset packets | Wei Wang | 1 | -1/+2 |
| 2020-08-31 | net: clean up codestyle | Miaohe Lin | 1 | -1/+1 |
| 2020-08-31 | net: Use helper macro IP_MAX_MTU in __ip_append_data() | Miaohe Lin | 1 | -1/+1 |
| 2020-08-25 | net: clean up codestyle for net/ipv4 | Miaohe Lin | 1 | -1/+1 |
| 2020-08-20 | csum_partial_copy_nocheck(): drop the last argument | Al Viro | 1 | -1/+1 |
| 2020-08-20 | skb_copy_and_csum_bits(): don't bother with the last argument | Al Viro | 1 | -2/+2 |
| 2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2020-07-01 | ip: Fix SO_MARK in RST, ACK and ICMP packets | Willem de Bruijn | 1 | -1/+1 |
| 2020-06-20 | tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit | Eric Dumazet | 1 | -0/+6 |
| 2020-03-29 | net: Fix typo of SKB_SGO_CB_OFFSET | Cambda Zhu | 1 | -1/+1 |
| 2020-03-12 | inet: Use fallthrough; | Joe Perches | 1 | -1/+1 |
| 2020-01-14 | net: ipv4: use skb_list_walk_safe helper for gso segments | Jason A. Donenfeld | 1 | -5/+3 |
| 2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet | 1 | -5/+8 |
| 2019-11-15 | netfilter: Support iif matches in POSTROUTING | Phil Sutter | 1 | -2/+2 |
| 2019-10-21 | ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation | Eric Dumazet | 1 | -5/+6 |
| 2019-10-18 | net: ensure correct skb->tstamp in various fragmenters | Eric Dumazet | 1 | -0/+3 |
| 2019-09-27 | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet | 1 | -1/+0 |
| 2019-09-20 | ipv4: Revert removal of rt_uses_gateway | David Ahern | 1 | -1/+1 |
| 2019-09-13 | ip: support SO_MARK cmsg | Willem de Bruijn | 1 | -1/+2 |
| 2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+21 |
| 2019-06-26 | ipv4: reset rt_iif for recirculated mcast/bcast out pkts | Stephen Suryaputra | 1 | -0/+12 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2019-06-14 | ipv4: tcp: fix ACK/RST sent with a transmit delay | Eric Dumazet | 1 | -1/+2 |
| 2019-06-11 | net: correct udp zerocopy refcnt also when zerocopy only on append | Willem de Bruijn | 1 | -1/+1 |
| 2019-06-03 | net: fix use-after-free in kfree_skb_list | Eric Dumazet | 1 | -3/+2 |
| 2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -11/+23 |
| 2019-05-31 | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls | brakmo | 1 | -11/+23 |
| 2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2019-05-30 | net: correct zerocopy refcnt with udp MSG_MORE | Willem de Bruijn | 1 | -2/+2 |
| 2019-05-30 | net: ipv4: place control buffer handling away from fragmentation iterators | Pablo Neira Ayuso | 1 | -18/+37 |
| 2019-05-30 | net: ipv4: split skbuff into fragments transformer | Pablo Neira Ayuso | 1 | -88/+112 |
| 2019-05-30 | net: ipv4: add skbuff fraglist splitter | Pablo Neira Ayuso | 1 | -33/+55 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2019-05-01 | ipv4: ip_do_fragment: Preserve skb_iif during fragmentation | Shmulik Ladkani | 1 | -0/+1 |
| 2019-04-08 | ipv4: Add helpers for neigh lookup for nexthop | David Ahern | 1 | -7/+4 |
| 2019-04-08 | neighbor: Add skip_cache argument to neigh_output | David Ahern | 1 | -1/+1 |
| 2019-04-08 | ipv4: Prepare rtable for IPv6 gateway | David Ahern | 1 | -1/+1 |
| 2019-04-04 | net: use kfree_skb_list() from ip_do_fragment() | Pablo Neira Ayuso | 1 | -5/+2 |
| 2018-12-19 | sk_buff: add skb extension infrastructure | Florian Westphal | 1 | -0/+1 |
| 2018-12-08 | ip: silence udp zerocopy smatch false positive | Willem de Bruijn | 1 | -1/+2 |
| 2018-12-03 | udp: elide zerocopy operation in hot path | Willem de Bruijn | 1 | -11/+11 |
| 2018-12-03 | udp: msg_zerocopy | Willem de Bruijn | 1 | -1/+22 |
| 2018-11-24 | net: always initialize pagedlen | Willem de Bruijn | 1 | -1/+2 |
| 2018-09-10 | net: Add and use skb_mark_not_on_list(). | David S. Miller | 1 | -2/+2 |
| 2018-07-24 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2018-07-23 | ip: hash fragments consistently | Paolo Abeni | 1 | -0/+2 |
| 2018-07-07 | ip: unconditionally set cork gso_size | Willem de Bruijn | 1 | -2/+1 |
| 2018-07-07 | ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 | Willem de Bruijn | 1 | -1/+2 |
| 2018-07-07 | ipv4: ipcm_cookie initializers | Willem de Bruijn | 1 | -5/+1 |
| 2018-07-04 | net: ipv4: Hook into time based transmission | Jesus Sanchez-Palencia | 1 | -0/+3 |
| 2018-07-04 | ipv4: add __ip_queue_xmit() that supports tos param | Xin Long | 1 | -4/+5 |
| 2018-06-20 | ip: limit use of gso_size to udp | Willem de Bruijn | 1 | -1/+2 |
| 2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2018-05-17 | net: test tailroom before appending to linear skb | Willem de Bruijn | 1 | -1/+2 |
| 2018-05-10 | tcp: Add mark for TIMEWAIT sockets | Jon Maxwell | 1 | -1/+1 |
| 2018-05-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
| 2018-04-26 | udp: paged allocation with gso | Willem de Bruijn | 1 | -4/+11 |
| 2018-04-26 | udp: generate gso with UDP_SEGMENT | Willem de Bruijn | 1 | -3/+6 |
| 2018-04-26 | udp: expose inet cork to udp | Willem de Bruijn | 1 | -9/+8 |
| 2018-04-18 | udp: enable UDP checksum offload for ESP | Jacek Kalwas | 1 | -1/+1 |
| 2018-04-16 | net: Fix one possible memleak in ip_setup_cork | Gao Feng | 1 | -3/+5 |
| 2018-04-04 | net: avoid unneeded atomic operation in ip*_append_data() | Paolo Abeni | 1 | -1/+2 |
| 2018-04-01 | ipv4: factorize sk_wmem_alloc updates done by __ip_append_data() | Eric Dumazet | 1 | -5/+12 |
| 2018-03-04 | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len | Daniel Axtens | 1 | -1/+1 |
| 2017-08-22 | udp: remove unreachable ufo branches | Willem de Bruijn | 1 | -8/+4 |
| 2017-08-06 | ip/options: explicitly provide net ns to __ip_options_echo() | Paolo Abeni | 1 | -1/+1 |
| 2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
| 2017-07-17 | inet: Stop generating UFO packets. | David S. Miller | 1 | -76/+0 |
| 2017-07-15 | ipv4: ip_do_fragment: fix headroom tests | Vasily Averin | 1 | -4/+4 |
| 2017-07-04 | net: reflect mark on tcp syn ack packets | Jamal Hadi Salim | 1 | -1/+2 |
| 2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
| 2017-06-23 | net: account for current skb length when deciding about UFO | Michal Kubeček | 1 | -1/+2 |
| 2017-03-09 | udp: avoid ufo handling on IP payload compression packets | Alexey Kodanev | 1 | -1/+1 |
| 2017-02-11 | net: rename dst_neigh_output back to neigh_output | Julian Anastasov | 1 | -1/+1 |
| 2017-02-07 | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP | Julian Anastasov | 1 | -0/+6 |
| 2017-02-07 | net: add dst_pending_confirm flag to skbuff | Julian Anastasov | 1 | -1/+4 |
| 2017-01-09 | tcp: fix mark propagation with fwmark_reflect enabled | Pau Espin Pedrol | 1 | -0/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-20 | ipv4: Should use consistent conditional judgement for ip fragment in __ip_app... | zheng li | 1 | -1/+1 |
| 2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2016-12-05 | switch getfrag callbacks to ..._full() primitives | Al Viro | 1 | -2/+2 |
| 2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2016-12-02 | ipv4: Set skb->protocol properly for local output | Eli Cooper | 1 | -0/+2 |
| 2016-11-25 | net: ipv4, ipv6: run cgroup eBPF egress programs | Daniel Mack | 1 | -2/+24 |
| 2016-11-19 | net: fix bogus cast in skb_pagelen() and use unsigned variables | Alexey Dobriyan | 1 | -1/+1 |
| 2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+15 |
| 2016-11-10 | ipv4: update comment to document GSO fragmentation cases. | Lance Richardson | 1 | -5/+11 |
| 2016-11-09 | net: tcp response should set oif only if it is L3 master | David Ahern | 1 | -1/+2 |
| 2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti | 1 | -1/+2 |
| 2016-11-03 | ipv4: allow local fragmentation in ip_finish_output_gso() | Lance Richardson | 1 | -4/+2 |
| 2016-10-18 | ipv4: Remove unused but set variable | Tobias Klauser | 1 | -3/+0 |
| 2016-09-10 | net: l3mdev: remove redundant calls | David Ahern | 1 | -2/+1 |
| 2016-09-10 | net: l3mdev: Add hook to output path | David Ahern | 1 | -0/+8 |
| 2016-09-10 | ipv4: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -1/+1 |
| 2016-08-30 | net: lwtunnel: Handle fragmentation | Roopa Prabhu | 1 | -0/+8 |
| 2016-07-19 | net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags | Shmulik Ladkani | 1 | -2/+4 |
| 2016-07-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2016-06-30 | ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output | Shmulik Ladkani | 1 | -2/+2 |
| 2016-06-03 | skbuff: introduce skb_gso_validate_mtu | Marcelo Ricardo Leitner | 1 | -1/+1 |
| 2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
| 2016-02-24 | ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL | Hannes Frederic Sowa | 1 | -1/+4 |
| 2016-02-16 | ipv4: Namespaceify ip_default_ttl sysctl knob | Nikolay Borisov | 1 | -3/+0 |
| 2016-01-15 | net: preserve IP control block during GSO segmentation | Konstantin Khlebnikov | 1 | -0/+1 |
| 2016-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2016-01-11 | udp: disallow UFO for sockets with SO_NO_CHECK option | Michal Kubeček | 1 | -1/+1 |
| 2015-12-15 | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM | Tom Herbert | 1 | -1/+1 |
| 2015-11-30 | net: remove unnecessary mroute.h includes | Nikolay Aleksandrov | 1 | -1/+0 |
| 2015-11-01 | ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment | Hannes Frederic Sowa | 1 | -3/+5 |
| 2015-11-01 | ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets | Hannes Frederic Sowa | 1 | -0/+1 |