summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior
2020-09-29l2tp: report rx cookie discards in netlink getTom Parkin
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva
2020-09-28ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti
2020-09-28net/smc: CLC decline - V2 enhancementsUrsula Braun
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun
2020-09-28net/smc: CLC accept / confirm V2Ursula Braun
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun
2020-09-28net/smc: build and send V2 CLC proposalUrsula Braun
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun
2020-09-28net/smc: introduce list of pnetids for Ethernet devicesUrsula Braun
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun
2020-09-28net/smc: split CLC confirm/accept data to be sentUrsula Braun
2020-09-28net/smc: separate find device functionsUrsula Braun
2020-09-28net/smc: CLC header fields renamingUrsula Braun
2020-09-28net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli
2020-09-26net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean
2020-09-26net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean
2020-09-26net: dsa: point out the tail taggersVladimir Oltean
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean
2020-09-26net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean
2020-09-26net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean
2020-09-25devlink: introduce flash update overwrite maskJacob Keller
2020-09-25devlink: convert flash_update to use params structureJacob Keller
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller
2020-09-25tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng
2020-09-25tcp: simplify tcp_mark_skb_lostYuchung Cheng
2020-09-25tcp: move tcp_mark_skb_lostYuchung Cheng
2020-09-25tcp: consistently check retransmit hintYuchung Cheng
2020-09-25net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli
2020-09-25Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz
2020-09-25Bluetooth: Disable High Speed by defaultLuiz Augusto von Dentz
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz
2020-09-25Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz
2020-09-25Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal
2020-09-24mptcp: retransmit ADD_ADDR when timeoutGeliang Tang