Age | Commit message (Expand) | Author |
2022-05-05 | Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-05-05 | NFC: netlink: fix sleep in atomic bug when firmware download timeout | Duoming Zhou |
2022-05-04 | tcp: drop the hash_32() part from the index calculation | Willy Tarreau |
2022-05-04 | tcp: increase source port perturb table to 2^16 | Willy Tarreau |
2022-05-04 | tcp: dynamically allocate the perturb table used by source ports | Willy Tarreau |
2022-05-04 | tcp: add small random increments to the source port | Willy Tarreau |
2022-05-04 | tcp: resalt the secret every 10 seconds | Eric Dumazet |
2022-05-04 | tcp: use different parts of the port_offset for index and offset | Willy Tarreau |
2022-05-04 | secure_seq: use the 64 bits of the siphash for port offset calculation | Willy Tarreau |
2022-05-03 | net: rds: acquire refcount on TCP sockets | Tetsuo Handa |
2022-05-01 | nfc: replace improper check device_is_registered() in netlink related functions | Duoming Zhou |
2022-04-30 | mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() | Eric Dumazet |
2022-04-30 | net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() | Eric Dumazet |
2022-04-30 | rxrpc: Enable IPv6 checksums on transport socket | David Howells |
2022-04-29 | Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-client | Linus Torvalds |
2022-04-29 | can: isotp: remove re-binding of bound socket | Oliver Hartkopp |
2022-04-28 | tcp: fix F-RTO may not work correctly when receiving DSACK | Pengcheng Yang |
2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski |
2022-04-28 | netfilter: nft_socket: only do sk lookups when indev is available | Florian Westphal |
2022-04-28 | Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Abeni |
2022-04-27 | tls: Skip tls_append_frag on zero copy size | Maxim Mikityanskiy |
2022-04-27 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2022-04-27 | netfilter: conntrack: fix udp offload timeout sysctl | Volodymyr Mytnyk |
2022-04-27 | netfilter: nf_conntrack_tcp: re-init for syn packets only | Florian Westphal |
2022-04-26 | net: Use this_cpu_inc() to increment net->core_stats | Sebastian Andrzej Siewior |
2022-04-26 | Bluetooth: hci_sync: Cleanup hci_conn if it cannot be aborted | Luiz Augusto von Dentz |
2022-04-26 | Bluetooth: hci_event: Fix creating hci_conn object on error status | Luiz Augusto von Dentz |
2022-04-26 | Bluetooth: hci_event: Fix checking for invalid handle on error status | Luiz Augusto von Dentz |
2022-04-26 | xsk: Fix possible crash when multiple sockets are created | Maciej Fijalkowski |
2022-04-26 | mctp: defer the kfree of object mdev->addrs | Lin Ma |
2022-04-25 | net/smc: Fix slab-out-of-bounds issue in fallback | Wen Gu |
2022-04-25 | net/smc: Only save the original clcsock callback functions | Wen Gu |
2022-04-25 | tcp: make sure treq->af_specific is initialized | Eric Dumazet |
2022-04-25 | tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT | Eric Dumazet |
2022-04-25 | net: dsa: flood multicast to CPU when slave has IFF_PROMISC | Vladimir Oltean |
2022-04-25 | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode | Peilin Ye |
2022-04-25 | ip6_gre: Make o_seqno start from 0 in native mode | Peilin Ye |
2022-04-25 | ip_gre: Make o_seqno start from 0 in native mode | Peilin Ye |
2022-04-25 | net/smc: sync err code when tcp connection was refused | liuyacan |
2022-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller |
2022-04-25 | netfilter: Update ip6_route_me_harder to consider L3 domain | Martin Willi |
2022-04-25 | libceph: disambiguate cluster/pool full log message | Ilya Dryomov |
2022-04-25 | netfilter: flowtable: Remove the empty file | Rongguang Wei |
2022-04-23 | sctp: check asoc strreset_chunk in sctp_generate_reconf_event | Xin Long |
2022-04-22 | tcp: ensure to use the most recently sent skb when filling the rate sample | Pengcheng Yang |
2022-04-22 | net: bridge: switchdev: check br_vlan_group() return value | Clément Léger |
2022-04-22 | tcp: md5: incorrect tcp_header_len for incoming connections | Francesco Ruggeri |
2022-04-22 | bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook | Eyal Birger |
2022-04-22 | netfilter: nft_set_rbtree: overlap detection with element re-addition after d... | Pablo Neira Ayuso |
2022-04-22 | net: dsa: Add missing of_node_put() in dsa_port_link_register_of | Miaoqian Lin |