summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau
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
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang
2020-09-24mptcp: add struct mptcp_pm_add_entryGeliang Tang
2020-09-24mptcp: add mptcp_destroy_common helperGeliang Tang
2020-09-24mptcp: add RM_ADDR related mibsGeliang Tang
2020-09-24mptcp: implement mptcp_pm_remove_subflowGeliang Tang
2020-09-24mptcp: remove addr and subflow in PM netlinkGeliang Tang
2020-09-24mptcp: add accept_subflow re-checkGeliang Tang
2020-09-24mptcp: add ADD_ADDR related mibsGeliang Tang
2020-09-24mptcp: send out ADD_ADDR with echo flagGeliang Tang
2020-09-24mptcp: add the incoming RM_ADDR supportGeliang Tang
2020-09-24mptcp: add the outgoing RM_ADDR supportGeliang Tang
2020-09-24mptcp: rename addr_signal and the related functionsGeliang Tang
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean
2020-09-24xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov
2020-09-24xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov
2020-09-24netlink/compat: Append NLMSG_DONE/extack to frag_listDmitry Safonov
2020-09-24xfrm/compat: Attach xfrm dumps to 64=>32 bit translatorDmitry Safonov
2020-09-24xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov
2020-09-24xfrm: Provide API to register translator moduleDmitry Safonov
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli