aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09ROSE: Remove unused code and clean up some inconsistent indentingJiapeng Chong1-16/+9
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed3-4/+6
2022-05-08Merge tag 'batadv-next-pullrequest-20220508' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-9/+9
2022-05-06net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean1-40/+0
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski1-0/+21
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski2-8/+8
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski2-2/+37
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski3-4/+14
2022-05-05mptcp: add more offered MIBs counterPaolo Abeni3-1/+13
2022-05-05mptcp: never shrink offered windowPaolo Abeni3-12/+50
2022-05-05tcp: allow MPTCP to update the announced windowPaolo Abeni2-7/+9
2022-05-05mptcp: add mib for xmit window sharingPaolo Abeni3-1/+5
2022-05-05mptcp: really share subflow snd_wndPaolo Abeni1-9/+15
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern1-2/+1
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski1-2/+2
2022-05-05net: align SO_RCVMARK required privileges with SO_MARKEyal Birger1-0/+6
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski1-298/+5
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