summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: introduce terse dump flagVlad Buslov2020-05-151-8/+31
* net: core: recursively find netdev by device nodeTobias Waldekranz2020-05-151-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-1410-70/+308
|\
| * bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpersAndrey Ignatov2020-05-141-9/+51
| * bpf: Allow skb_ancestor_cgroup_id helper in cgroup skbAndrey Ignatov2020-05-141-0/+2
| * bpf: Allow sk lookup helpers in cgroup skbAndrey Ignatov2020-05-141-0/+8
| * bpf: Support narrow loads from bpf_sock_addr.user_portAndrey Ignatov2020-05-141-8/+7
| * bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-133-5/+10
| * bpf: Change func bpf_iter_unreg_target() signatureYonghong Song2020-05-131-1/+1
| * bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-132-18/+18
| * net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2020-05-093-4/+185
| * bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-093-20/+20
| * net: Refactor arguments of inet{,6}_bindStanislav Fomichev2020-05-093-12/+14
| * xsk: Remove unnecessary member in xdp_umemMagnus Karlsson2020-05-041-4/+3
| * xsk: Change two variable names for increased clarityMagnus Karlsson2020-05-044-17/+17
* | devlink: refactor end checks in devlink_nl_cmd_region_read_dumpitJakub Kicinski2020-05-141-25/+16
* | ipv6: set msg_control_is_user in do_ipv6_getsockoptChristoph Hellwig2020-05-131-0/+1
* | net: ignore sock_from_file errors in __scm_install_fdChristoph Hellwig2020-05-131-1/+1
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-05-1310-141/+363
|\ \
| * | Bluetooth: L2CAP: add support for waiting disconnection respArchie Pusaka2020-05-131-7/+23
| * | Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka2020-05-131-2/+17
| * | Bluetooth: Add hook for driver to prevent wake from suspendAbhishek Pandit-Subedi2020-05-131-2/+4
| * | Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi2020-05-132-2/+2
| * | Bluetooth: Modify LE window and interval for suspendAbhishek Pandit-Subedi2020-05-131-1/+1
| * | Bluetooth: Fix incorrect type for window and intervalAbhishek Pandit-Subedi2020-05-131-1/+1
| * | Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann2020-05-113-0/+127
| * | Bluetooth: Add support for experimental features configurationMarcel Holtmann2020-05-111-0/+58
| * | Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager supportMarcel Holtmann2020-05-111-4/+4
| * | Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann2020-05-111-5/+7
| * | Bluetooth: Replace BT_DBG with bt_dev_dbg for management supportMarcel Holtmann2020-05-111-111/+110
| * | Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported listMarcel Holtmann2020-05-111-0/+1
| * | Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)Konstantin Forostyan2020-05-111-2/+2
| * | Bluetooth: Fix advertising handle is set to 0Tedd Ho-Jeong An2020-05-111-3/+3
| * | Bluetooth: allow scatternet connections if supported.Alain Michaud2020-04-281-1/+3
* | | net: dsa: tag_sja1105: appease sparse checks for ethertype accessorsVladimir Oltean2020-05-121-2/+2
* | | erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu2020-05-121-1/+2
* | | net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean2020-05-121-0/+19
* | | net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean2020-05-121-8/+48
* | | net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean2020-05-121-11/+21
* | | net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean2020-05-121-28/+17
* | | net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helperVladimir Oltean2020-05-121-0/+7
* | | net: dsa: provide an option for drivers to always receive bridge VLANsRussell King2020-05-123-4/+19
* | | net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig2020-05-114-40/+39
* | | net/scm: cleanup scm_detach_fdsChristoph Hellwig2020-05-111-43/+51
* | | net: add a CMSG_USER_DATA macroChristoph Hellwig2020-05-111-2/+2
* | | net: dsa: tag_sja1105: Constify dsa_device_opsFlorian Fainelli2020-05-111-1/+1
* | | net: dsa: ocelot: Constify dsa_device_opsFlorian Fainelli2020-05-111-1/+1
* | | net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean2020-05-101-0/+151
* | | net: dsa: introduce a dsa_switch_find functionVladimir Oltean2020-05-101-0/+21
* | | net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-103-8/+37