summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior1-0/+15
2020-09-29l2tp: report rx cookie discards in netlink getTom Parkin1-0/+6
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller9-37/+292
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-09-28ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti1-11/+22
2020-09-28net/smc: CLC decline - V2 enhancementsUrsula Braun3-15/+30
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun6-5/+91
2020-09-28net/smc: CLC accept / confirm V2Ursula Braun3-57/+170
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun4-34/+208
2020-09-28net/smc: build and send V2 CLC proposalUrsula Braun4-42/+210
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun8-58/+135
2020-09-28net/smc: introduce list of pnetids for Ethernet devicesUrsula Braun3-7/+153
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun4-0/+9
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun3-2/+28
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun6-44/+69
2020-09-28net/smc: split CLC confirm/accept data to be sentUrsula Braun2-12/+15
2020-09-28net/smc: separate find device functionsUrsula Braun3-46/+84
2020-09-28net/smc: CLC header fields renamingUrsula Braun3-23/+25
2020-09-28net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul1-8/+12
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski1-10/+86
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli1-1/+2
2020-09-26net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean1-9/+0
2020-09-26net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean1-0/+11
2020-09-26net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-26net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean1-22/+12
2020-09-26net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean1-2/+8
2020-09-26net: dsa: point out the tail taggersVladimir Oltean2-0/+2
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean7-23/+14
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-7/+13
2020-09-26net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean1-0/+1
2020-09-26net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean1-1/+19
2020-09-25devlink: introduce flash update overwrite maskJacob Keller1-1/+16
2020-09-25devlink: convert flash_update to use params structureJacob Keller1-6/+8
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller1-2/+13
2020-09-25tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng1-12/+2
2020-09-25tcp: simplify tcp_mark_skb_lostYuchung Cheng1-37/+22
2020-09-25tcp: move tcp_mark_skb_lostYuchung Cheng2-14/+14
2020-09-25tcp: consistently check retransmit hintYuchung Cheng2-8/+3
2020-09-25net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov1-4/+5
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2-6/+16
2020-09-25Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz1-1/+6
2020-09-25Bluetooth: Disable High Speed by defaultLuiz Augusto von Dentz1-1/+0
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2-3/+18
2020-09-25Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz1-1/+21
2020-09-25Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman1-1/+7
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2-4/+3
2020-09-24mptcp: retransmit ADD_ADDR when timeoutGeliang Tang3-17/+96