aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13Merge tag 'batadv-next-pullrequest-20210312' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-4/+1
2021-03-13net/sched: act_police: add support for packet-per-second policingBaowen Zheng2-32/+102
2021-03-13flow_offload: add support for packet-per-second policingXingfeng Hu1-0/+3
2021-03-12mptcp: remove a list of addrs when flushingGeliang Tang1-4/+4
2021-03-12mptcp: remove multi addresses and subflows in PMGeliang Tang1-0/+48
2021-03-12mptcp: remove multi subflows in PMGeliang Tang3-22/+31
2021-03-12mptcp: remove multi addresses in PMGeliang Tang2-17/+20
2021-03-12mptcp: add rm_list_rx in mptcp_pm_dataGeliang Tang2-1/+3
2021-03-12mptcp: add rm_list in mptcp_options_receivedGeliang Tang3-10/+18
2021-03-12mptcp: add rm_list_tx in mptcp_pm_dataGeliang Tang3-10/+18
2021-03-12mptcp: add rm_list in mptcp_out_optionsGeliang Tang3-12/+40
2021-03-12net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti1-48/+49
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet1-8/+0
2021-03-11tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet1-6/+4
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-4/+8
2021-03-11tipc: clean up warnings detected by sparseHoang Huu Le3-22/+58
2021-03-11tipc: convert dest node's address to network orderHoang Le1-1/+1
2021-03-11nexthop: Enable resilient next-hop groupsPetr Machata1-4/+0
2021-03-11nexthop: Notify userspace about bucket migrationsPetr Machata1-6/+39
2021-03-11nexthop: Add netlink handlers for bucket getPetr Machata1-1/+109
2021-03-11nexthop: Add netlink handlers for bucket dumpPetr Machata1-0/+283
2021-03-11nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata1-5/+145
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel1-0/+35
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel1-0/+34
2021-03-11nexthop: Implement notifiers for resilient nexthop groupsPetr Machata1-12/+308
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata1-13/+504
2021-03-11nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel1-0/+2
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata1-1/+4
2021-03-11nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata1-5/+7
2021-03-11nexthop: Pass nh_config to replace_nexthop()Petr Machata1-4/+5
2021-03-11seg6: ignore routing header with segments left equal to 0Julien Massonneau1-7/+4
2021-03-11seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau1-2/+3
2021-03-10net: ipv4: route.c: fix space before tabShubhankar Kuranagatti1-5/+5
2021-03-10net: ipv6: route.c:fix indentationShubhankar Kuranagatti1-13/+13
2021-03-10sched: act_sample: Implement stats_update callbackIdo Schimmel1-0/+11
2021-03-10skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin1-12/+3
2021-03-10net: rose: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-10net: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-10net: bridge: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-10net: ax25: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-10decnet: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-03-10net/rds: Drop duplicate sin and sin6 assignmentsYejune Deng1-4/+0
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-411/+572
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds37-242/+362
2021-03-09net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth1-0/+3
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel2-96/+75
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2-38/+17
2021-03-08net: qrtr: fix error return code of qrtr_sendmsg()Jia-Ju Bai1-1/+3
2021-03-08mptcp: fix length of ADD_ADDR with port sub-optionDavide Caratti1-6/+8
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on portsVladimir Oltean2-27/+57