summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: export dev_set_threaded symbolLorenzo Bianconi2021-03-151-0/+1
* psample: Add additional metadata attributesIdo Schimmel2021-03-141-1/+38
* psample: Encapsulate packet metadata in a structIdo Schimmel2021-03-142-12/+10
* ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin2021-03-141-1/+1
* flow_dissector: constify raw input data argumentAlexander Lobakin2021-03-141-19/+22
* gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin2021-03-141-6/+6
* gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin2021-03-141-11/+11
* gro: simplify gro_list_prepare()Alexander Lobakin2021-03-141-8/+4
* Merge tag 'batadv-next-pullrequest-20210312' of git://git.open-mesh.org/linux...David S. Miller2021-03-131-4/+1
|\
| * batman-adv: Use netif_rx_any_context().Sebastian Andrzej Siewior2021-02-131-4/+1
* | net/sched: act_police: add support for packet-per-second policingBaowen Zheng2021-03-132-32/+102
* | 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