Age | Commit message (Expand) | Author | Files | Lines |
2021-02-12 | mptcp: add netlink event support | Florian Westphal | 4 | -7/+290 |
2021-02-12 | mptcp: avoid lock_fast usage in accept path | Florian Westphal | 1 | -3/+2 |
2021-02-12 | mptcp: pass subflow socket to a few helpers | Florian Westphal | 5 | -8/+8 |
2021-02-12 | mptcp: move subflow close loop after sk close check | Florian Westphal | 1 | -3/+3 |
2021-02-12 | mptcp: schedule worker when subflow is closed | Florian Westphal | 2 | -2/+27 |
2021-02-12 | mptcp: split __mptcp_close_ssk helper | Florian Westphal | 3 | -7/+13 |
2021-02-12 | mptcp: move pm netlink work into pm_netlink | Florian Westphal | 3 | -42/+42 |
2021-02-06 | mptcp: pm: add lockdep assertions | Florian Westphal | 4 | -0/+24 |
2021-02-02 | mptcp: add the mibs for ADD_ADDR with port | Geliang Tang | 4 | -1/+23 |
2021-02-02 | mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlink | Geliang Tang | 1 | -0/+5 |
2021-02-02 | mptcp: enable use_port when invoke addresses_equal | Geliang Tang | 1 | -4/+4 |
2021-02-02 | mptcp: add port number check for MP_JOIN | Geliang Tang | 3 | -1/+61 |
2021-02-02 | mptcp: add a new helper subflow_req_create_thmac | Geliang Tang | 1 | -8/+16 |
2021-02-02 | mptcp: drop unused skb in subflow_token_join_request | Geliang Tang | 1 | -3/+2 |
2021-02-02 | mptcp: create the listening socket for new port | Geliang Tang | 4 | -6/+102 |
2021-02-02 | mptcp: send ack for every add_addr | Geliang Tang | 2 | -8/+5 |
2021-02-02 | mptcp: create subflow or signal addr for newly added address | Geliang Tang | 1 | -0/+27 |
2021-02-02 | mptcp: drop *_max fields in mptcp_pm_data | Geliang Tang | 4 | -35/+77 |
2021-02-02 | mptcp: use WRITE_ONCE for the pernet *_max | Geliang Tang | 1 | -11/+21 |
2021-02-02 | mptcp: fix length of MP_PRIO suboption | Davide Caratti | 2 | -3/+5 |
2021-01-27 | mptcp: pm nl: reduce variable scope | Matthieu Baerts | 1 | -3/+3 |
2021-01-27 | mptcp: pm nl: support IPv4 mapped in v6 addresses | Matthieu Baerts | 1 | -9/+24 |
2021-01-27 | mptcp: support MPJoin with IPv4 mapped in v6 sk | Matthieu Baerts | 1 | -7/+17 |
2021-01-22 | mptcp: implement delegated actions | Paolo Abeni | 3 | -4/+194 |
2021-01-22 | mptcp: schedule work for better snd subflow selection | Paolo Abeni | 1 | -3/+8 |
2021-01-22 | mptcp: do not queue excessive data on subflows | Paolo Abeni | 1 | -2/+2 |
2021-01-22 | mptcp: re-enable sndbuf autotune | Paolo Abeni | 3 | -33/+45 |
2021-01-22 | mptcp: always graft subflow socket to parent | Paolo Abeni | 3 | -26/+14 |
2021-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -46/+23 |
2021-01-14 | mptcp: fix locking in mptcp_disconnect() | Paolo Abeni | 1 | -2/+7 |
2021-01-12 | mptcp: better msk-level shutdown. | Paolo Abeni | 1 | -45/+17 |
2021-01-12 | mptcp: more strict state checking for acks | Paolo Abeni | 1 | -1/+1 |
2021-01-09 | mptcp: add the mibs for MP_PRIO | Geliang Tang | 4 | -0/+7 |
2021-01-09 | mptcp: add set_flags command in PM netlink | Geliang Tang | 1 | -0/+65 |
2021-01-09 | mptcp: add the incoming MP_PRIO support | Geliang Tang | 3 | -0/+28 |
2021-01-09 | mptcp: add the outgoing MP_PRIO support | Geliang Tang | 3 | -0/+79 |
2021-01-09 | mptcp: add the address ID assignment bitmap | Geliang Tang | 1 | -18/+54 |
2020-12-28 | net: mptcp: cap forward allocation to 1M | Davide Caratti | 1 | -1/+4 |
2020-12-17 | mptcp: fix pending data accounting | Paolo Abeni | 1 | -3/+2 |
2020-12-17 | mptcp: push pending frames when subflow has free space | Paolo Abeni | 3 | -7/+10 |
2020-12-17 | mptcp: properly annotate nested lock | Paolo Abeni | 1 | -1/+1 |
2020-12-17 | mptcp: fix security context on server socket | Paolo Abeni | 1 | -0/+2 |
2020-12-16 | mptcp: clear use_ack and use_map when dropping other suboptions | Geliang Tang | 1 | -0/+2 |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 8 | -757/+1803 |
2020-12-14 | mptcp: let MPTCP create max size skbs | Paolo Abeni | 1 | -5/+9 |
2020-12-14 | mptcp: pm: simplify select_local_address() | Paolo Abeni | 1 | -4/+2 |
2020-12-14 | mptcp: parse and act on incoming FASTCLOSE option | Florian Westphal | 3 | -0/+54 |
2020-12-14 | mptcp: hold mptcp socket before calling tcp_done | Florian Westphal | 1 | -1/+6 |
2020-12-14 | mptcp: use MPTCPOPT_HMAC_LEN macro | Geliang Tang | 1 | -1/+1 |
2020-12-14 | mptcp: remove address when netlink flushes addrs | Geliang Tang | 1 | -5/+10 |