aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-67/+87
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-66/+82
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-04tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-05-04tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-05-04tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+10
2022-05-04tcp: add small random increments to the source portWilly Tarreau1-4/+5
2022-05-04tcp: resalt the secret every 10 secondsEric Dumazet1-3/+9
2022-05-04tcp: use different parts of the port_offset for index and offsetWilly Tarreau1-1/+1
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau3-8/+10
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin3-6/+6
2022-05-04mptcp: netlink: allow userspace-driven subflow establishmentFlorian Westphal3-0/+211
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_REMOVEKishen Maloor3-2/+74
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCEKishen Maloor3-5/+79
2022-05-04mptcp: netlink: split mptcp_pm_parse_addr into two functionsFlorian Westphal1-21/+39
2022-05-04mptcp: read attributes of addr entries managed by userspace PMsKishen Maloor4-3/+62
2022-05-04mptcp: handle local addrs announced by userspace PMsKishen Maloor6-26/+113
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski29-342/+448
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski1-3/+3
2022-05-03mptcp: allow ADD_ADDR reissuance by userspace PMsKishen Maloor1-2/+10
2022-05-03mptcp: expose server_side attribute in MPTCP netlink eventsKishen Maloor1-0/+3
2022-05-03mptcp: establish subflows from either end of connectionKishen Maloor3-7/+8
2022-05-03mptcp: reflect remote port (not 0) in ANNOUNCED eventsKishen Maloor4-8/+15
2022-05-03mptcp: store remote id from MP_JOIN SYN/ACK in local ctxKishen Maloor1-0/+1
2022-05-03mptcp: bypass in-kernel PM restrictions for non-kernel PMsKishen Maloor4-3/+32
2022-05-03net: rds: acquire refcount on TCP socketsTetsuo Handa1-0/+8
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang4-9/+4
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang3-16/+10
2022-05-02vsock/virtio: add support for device suspend/resumeStefano Garzarella1-0/+47
2022-05-02vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella1-66/+84
2022-05-02ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran1-1/+2
2022-05-02tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov1-2/+1
2022-05-02Stefan Schmidt says:Jakub Kicinski4-5/+74
2022-05-02rtnl: move rtnl_newlink_create()Jakub Kicinski1-91/+86
2022-05-02rtnl: split __rtnl_newlink() into two functionsJakub Kicinski1-3/+20
2022-05-02rtnl: allocate more attr tables on the heapJakub Kicinski1-12/+18
2022-05-02ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye1-21/+13
2022-05-02ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye1-28/+22
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici1-0/+3
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou1-15/+14
2022-05-01sock: optimise sock_def_write_space barriersPavel Begunkov1-1/+25
2022-05-01sock: optimise UDP sock_wfree() refcountingPavel Begunkov1-0/+14
2022-05-01sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov1-3/+2
2022-04-30net: mac802154: Fix symbol durationsMiquel Raynal1-6/+6
2022-04-30mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet1-4/+4
2022-04-30net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet1-3/+6
2022-04-30ipv4: remove unnecessary type castingsYu Zhe8-10/+10
2022-04-30rxrpc: Enable IPv6 checksums on transport socketDavid Howells1-0/+3
2022-04-30tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang1-10/+5
2022-04-30tcp: drop skb dst in tcp_rcv_established()Eric Dumazet1-0/+1