summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | mptcp: add rm_list_tx in mptcp_pm_dataGeliang Tang2021-03-123-10/+18
* | mptcp: add rm_list in mptcp_out_optionsGeliang Tang2021-03-123-12/+40
* | net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti2021-03-121-48/+49
* | tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet2021-03-111-8/+0
* | tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet2021-03-111-6/+4
* | tcp: plug skb_still_in_host_queue() to TSQEric Dumazet2021-03-111-4/+8
* | tipc: clean up warnings detected by sparseHoang Huu Le2021-03-113-22/+58
* | tipc: convert dest node's address to network orderHoang Le2021-03-111-1/+1
* | nexthop: Enable resilient next-hop groupsPetr Machata2021-03-111-4/+0
* | nexthop: Notify userspace about bucket migrationsPetr Machata2021-03-111-6/+39
* | nexthop: Add netlink handlers for bucket getPetr Machata2021-03-111-1/+109
* | nexthop: Add netlink handlers for bucket dumpPetr Machata2021-03-111-0/+283
* | nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata2021-03-111-5/+145
* | nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel2021-03-111-0/+35
* | nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel2021-03-111-0/+34
* | nexthop: Implement notifiers for resilient nexthop groupsPetr Machata2021-03-111-12/+308
* | nexthop: Add implementation of resilient next-hop groupsPetr Machata2021-03-111-13/+504
* | nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel2021-03-111-0/+2
* | nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata2021-03-111-1/+4
* | nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata2021-03-111-5/+7
* | nexthop: Pass nh_config to replace_nexthop()Petr Machata2021-03-111-4/+5
* | seg6: ignore routing header with segments left equal to 0Julien Massonneau2021-03-111-7/+4
* | seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau2021-03-111-2/+3
* | net: ipv4: route.c: fix space before tabShubhankar Kuranagatti2021-03-101-5/+5
* | net: ipv6: route.c:fix indentationShubhankar Kuranagatti2021-03-101-13/+13
* | sched: act_sample: Implement stats_update callbackIdo Schimmel2021-03-101-0/+11
* | skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin2021-03-101-12/+3
* | net: rose: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+2
* | net: core: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* | net: bridge: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* | net: ax25: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* | decnet: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-1/+1
* | net/rds: Drop duplicate sin and sin6 assignmentsYejune Deng2021-03-101-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-0912-411/+572
|\ \
| * | bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-102-96/+75
| * | bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-102-38/+17
| * | xsk: Update rings for load-acquire/store-release barriersBjörn Töpel2021-03-081-17/+13
| * | bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang2021-03-051-1/+10
| * | bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer2021-03-042-0/+106
| * | bpf: Consolidate shared test timing codeLorenz Bauer2021-03-041-63/+78
| * | skmsg: Get rid of sk_psock_bpf_run()Cong Wang2021-02-261-10/+4
| * | skmsg: Make __sk_psock_purge_ingress_msg() staticCong Wang2021-02-261-1/+1
| * | sock_map: Make sock_map_prog_update() staticCong Wang2021-02-261-2/+5
| * | sock_map: Rename skb_parser and skb_verdictCong Wang2021-02-262-37/+37
| * | skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang2021-02-262-18/+21
| * | bpf: Compute data_end dynamically with JIT codeCong Wang2021-02-262-21/+28
| * | skmsg: Get rid of struct sk_psock_parserCong Wang2021-02-262-41/+20
| * | bpf: Clean up sockmap related KconfigsCong Wang2021-02-266-76/+89
| * | bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-261-1/+1
| * | xsk: Build skb by page (aka generic zerocopy xmit)Xuan Zhuo2021-02-251-24/+96