summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-03-17net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2-3/+111
2021-03-17tipc: remove some unnecessary warningsJon Maloy2-21/+16
2021-03-17tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy3-40/+37
2021-03-17tipc: simplify api between binding table and topology serverJon Maloy3-48/+43
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy3-27/+39
2021-03-17tipc: simplify signature of tipc_service_find_range()Jon Maloy1-6/+8
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy3-36/+27
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy3-16/+14
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy3-19/+18
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy4-95/+91
2021-03-17tipc: rename binding table lookup functionsJon Maloy4-37/+56
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy5-68/+70
2021-03-17tipc: simplify call signatures for publication creationJon Maloy3-40/+34
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy5-58/+68
2021-03-17tipc: introduce new unified address type for internal useJon Maloy2-1/+46
2021-03-17tipc: move creation of publication item one level up in call chainJon Maloy1-33/+32
2021-03-17tipc: re-organize members of struct publicationJon Maloy4-97/+92
2021-03-17ethtool: Add common function for filling out stringsAlexander Duyck1-0/+12
2021-03-16openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner1-3/+5
2021-03-16net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur1-2/+0
2021-03-16net: ocelot: Extend MRPHoratiu Vultur1-6/+0
2021-03-16net: ipv4: route.c: simplify procfs codeYejune Deng1-30/+4
2021-03-16net: bridge: mcast: factor out common allow/block EHT handlingNikolay Aleksandrov1-71/+27
2021-03-16net: bridge: mcast: remove unreachable EHT codeNikolay Aleksandrov1-42/+15
2021-03-16net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang1-13/+1
2021-03-15net: export dev_set_threaded symbolLorenzo Bianconi1-0/+1
2021-03-14psample: Add additional metadata attributesIdo Schimmel1-1/+38
2021-03-14psample: Encapsulate packet metadata in a structIdo Schimmel2-12/+10
2021-03-14ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin1-1/+1
2021-03-14flow_dissector: constify raw input data argumentAlexander Lobakin1-19/+22
2021-03-14gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin1-6/+6
2021-03-14gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin1-11/+11
2021-03-14gro: simplify gro_list_prepare()Alexander Lobakin1-8/+4
2021-03-13Merge tag 'batadv-next-pullrequest-20210312' of git://git.open-mesh.org/linux...David 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