Age | Commit message (Expand) | Author |
2022-02-05 | ipv6: make mc_forwarding atomic | Eric Dumazet |
2022-02-05 | net: gro: minor optimization for dev_gro_receive() | Paolo Abeni |
2022-02-05 | net: gro: avoid re-computing truesize twice on recycle | Paolo Abeni |
2022-02-05 | net/sched: Enable tc skb ext allocation on chain miss only when needed | Paul Blakey |
2022-02-04 | mptcp: allow to use port and non-signal in set_flags | Geliang Tang |
2022-02-04 | ipv6: ioam: Insertion frequency in lwtunnel output | Justin Iurman |
2022-02-04 | net: don't include ndisc.h from ipv6.h | Jakub Kicinski |
2022-02-04 | tls: cap the output scatter list to something reasonable | Jakub Kicinski |
2022-02-04 | netfilter: nft_compat: suppress comment match | Florian Westphal |
2022-02-04 | netfilter: exthdr: add support for tcp option removal | Florian Westphal |
2022-02-04 | netfilter: conntrack: pptp: use single option structure | Florian Westphal |
2022-02-04 | netfilter: conntrack: remove extension register api | Florian Westphal |
2022-02-04 | netfilter: conntrack: handle ->destroy hook via nat_ops instead | Florian Westphal |
2022-02-04 | netfilter: conntrack: move extension sizes into core | Florian Westphal |
2022-02-04 | netfilter: conntrack: make all extensions 8-byte alignned | Florian Westphal |
2022-02-04 | netfilter: nfqueue: enable to get skb->priority | Nicolas Dichtel |
2022-02-04 | netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY | Kevin Mitchell |
2022-02-03 | net: minor __dev_alloc_name() optimization | Eric Dumazet |
2022-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-03 | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-02-03 | ax25: fix reference count leaks of ax25_dev | Duoming Zhou |
2022-02-03 | bpf: test_run: Fix OOB access in bpf_prog_test_run_xdp | Lorenzo Bianconi |
2022-02-03 | page_pool: Refactor page_pool to enable fragmenting after allocation | Alexander Duyck |
2022-02-03 | mptcp: set fullmesh flag in pm_netlink | Geliang Tang |
2022-02-03 | mptcp: print out reset infos of MP_RST | Geliang Tang |
2022-02-03 | mptcp: clarify when options can be used | Matthieu Baerts |
2022-02-03 | mptcp: reduce branching when writing MP_FAIL option | Matthieu Baerts |
2022-02-03 | mptcp: move the declarations of ssk and subflow | Geliang Tang |
2022-02-02 | net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_... | Daniel Borkmann |
2022-02-02 | tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() | Eric Dumazet |
2022-02-02 | Partially revert "net/smc: Add netlink net namespace support" | Dmitry V. Levin |
2022-02-02 | tcp: Use BPF timeout setting for SYN ACK RTO | Akhmat Karakotov |
2022-02-02 | net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packet | Ansuel Smith |
2022-02-02 | net: dsa: tag_qca: add define for handling MIB packet | Ansuel Smith |
2022-02-02 | net: dsa: tag_qca: add define for handling mgmt Ethernet packet | Ansuel Smith |
2022-02-02 | net: dsa: tag_qca: enable promisc_on_master flag | Ansuel Smith |
2022-02-02 | net: dsa: tag_qca: move define to include linux/dsa | Ansuel Smith |
2022-02-02 | net: dsa: tag_qca: convert to FIELD macro | Ansuel Smith |
2022-02-02 | net: dsa: replay master state events in dsa_tree_{setup,teardown}_master | Vladimir Oltean |
2022-02-02 | net: dsa: provide switch operations for tracking the master state | Vladimir Oltean |
2022-02-01 | tcp: fix mem under-charging with zerocopy sendmsg() | Eric Dumazet |
2022-02-01 | af_packet: fix data-race in packet_setsockopt / packet_setsockopt | Eric Dumazet |
2022-02-01 | rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() | Eric Dumazet |
2022-02-01 | net: sched: fix use-after-free in tc_new_tfilter() | Eric Dumazet |
2022-02-01 | net: allow SO_MARK with CAP_NET_RAW via cmsg | Jakub Kicinski |
2022-01-31 | bpf: Make dst_port field in struct bpf_sock 16-bit wide | Jakub Sitnicki |
2022-01-31 | net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flag | Tony Lu |
2022-01-31 | net/smc: Remove corked dealyed work | Tony Lu |
2022-01-31 | net/smc: Send directly when TCP_CORK is cleared | Tony Lu |
2022-01-31 | tcp: Change SYN ACK retransmit behaviour to account for rehash | Akhmat Karakotov |