summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* flow_offload: add support for packet-per-second policingXingfeng Hu2021-03-131-0/+3
* mptcp: remove a list of addrs when flushingGeliang Tang2021-03-121-4/+4
* mptcp: remove multi addresses and subflows in PMGeliang Tang2021-03-121-0/+48
* mptcp: remove multi subflows in PMGeliang Tang2021-03-123-22/+31
* mptcp: remove multi addresses in PMGeliang Tang2021-03-122-17/+20
* mptcp: add rm_list_rx in mptcp_pm_dataGeliang Tang2021-03-122-1/+3
* mptcp: add rm_list in mptcp_options_receivedGeliang Tang2021-03-123-10/+18
* 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