summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata2021-01-201-33/+27
* | | | nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata2021-01-201-17/+9
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-208-40/+39
|\| |
| * | tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2021-01-201-2/+2
| * | tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-192-17/+10
| * | tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet2021-01-191-12/+13
| * | netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-191-1/+1
| * | udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-191-1/+2
| * | tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-185-7/+11
* | | tcp_cubic: use memset and offsetof initYejune Deng2021-01-151-10/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-141-6/+1
|\| |
| * | esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-111-6/+1
* | | tcp: assign skb hash after tcp_event_data_sentYuchung Cheng2021-01-131-1/+1
* | | net: ip_tunnel: clean up endianness conversionsJulian Wiedmann2021-01-081-4/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-083-9/+10
|\| |
| * | nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-071-1/+1
| * | nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-071-1/+3
| * | nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-071-1/+1
| * | net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-071-1/+1
| * | net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-071-6/+5
| |/
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-072-3/+3
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-072-2/+2
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-072-3/+2
* | skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2021-01-071-1/+1
* | udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski2021-01-071-10/+0
* | udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski2021-01-071-12/+6
|/
* erspan: fix version 1 check in gre_parse_header()Cong Wang2020-12-281-1/+1
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2020-12-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-12-182-2/+2
|\
| * netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2020-12-172-2/+2
* | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-167-9/+9
|\ \ | |/ |/|
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-237-9/+9
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1528-279/+965
|\ \
| * | tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck2020-12-141-1/+16
| * | tcp: parse mptcp options contained in reset packetsFlorian Westphal2020-12-142-6/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-12-143-5/+7
| |\ \
| | * | netfilter: use actual socket sk for REJECT actionJan Engelhardt2020-12-013-5/+7
| * | | inet: frags: batch fqdir destroy worksSeongJae Park2020-12-121-8/+39
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-117-22/+29
| |\ \ \
| * | | | tcp: correctly handle increased zerocopy args struct sizeArjun Roy2020-12-101-2/+2
| * | | | net-zerocopy: Defer vm zap unless actually needed.Arjun Roy2020-12-041-50/+97
| * | | | net-zerocopy: Set zerocopy hint when data is copiedArjun Roy2020-12-041-0/+45
| * | | | net-zerocopy: Introduce short-circuit small reads.Arjun Roy2020-12-041-0/+36
| * | | | net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy2020-12-041-0/+8
| * | | | net-zerocopy: Refactor frag-is-remappable test.Arjun Roy2020-12-041-8/+26
| * | | | net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy2020-12-041-9/+26
| * | | | net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy2020-12-041-30/+39
| * | | | net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy2020-12-041-16/+68
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-043-11/+19
| |\ \ \ \