summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | xfrm: mip6: add extack to mip6_destopt_init_state, mip6_rthdr_init_stateSabrina Dubroca2022-09-291-6/+4
| | | * | | | | xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca2022-09-293-7/+17
| | | * | | | | xfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_stateSabrina Dubroca2022-09-292-4/+12
| | | * | | | | xfrm: esp: add extack to esp_init_state, esp6_init_stateSabrina Dubroca2022-09-292-42/+64
| | | * | | | | xfrm: ah: add extack to ah_init_state, ah6_init_stateSabrina Dubroca2022-09-292-15/+27
| | | * | | | | xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-2910-11/+13
| | | * | | | | xfrm: add extack support to xfrm_init_replaySabrina Dubroca2022-09-223-5/+9
| | | * | | | | xfrm: add extack to __xfrm_init_stateSabrina Dubroca2022-09-222-8/+20
| | | * | | | | xfrm: add extack to attach_*Sabrina Dubroca2022-09-221-16/+30
| | | * | | | | xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca2022-09-222-8/+20
| | | * | | | | xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aeadSabrina Dubroca2022-09-221-11/+20
| | | * | | | | xfrm: add extack to verify_replaySabrina Dubroca2022-09-221-8/+22
| | | * | | | | xfrm: add extack support to verify_newsa_infoSabrina Dubroca2022-09-221-21/+69
| | | * | | | | xfrm: add extack to verify_sec_ctx_lenSabrina Dubroca2022-08-311-7/+9
| | | * | | | | xfrm: add extack to validate_tmplSabrina Dubroca2022-08-311-9/+20
| | | * | | | | xfrm: add extack to verify_policy_typeSabrina Dubroca2022-08-311-11/+17
| | | * | | | | xfrm: add extack to verify_policy_dirSabrina Dubroca2022-08-311-4/+5
| | | * | | | | xfrm: add extack support to verify_newpolicy_infoSabrina Dubroca2022-08-311-7/+18
| | | * | | | | xfrm: propagate extack to all netlink doit handlersSabrina Dubroca2022-08-311-22/+34
| | | * | | | | xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger2022-08-292-0/+86
| | | * | | | | xfrm: interface: support collect metadata modeEyal Birger2022-08-293-27/+111
| | | * | | | | xfrm: Drop unused argumentHongbin Wang2022-08-231-8/+7
| | * | | | | | net: sched: use tc_cls_bind_class() in filterZhengchao Shao2022-10-029-54/+9
| | * | | | | | net: sched: ensure n arg not empty before call bind_classZhengchao Shao2022-10-021-1/+1
| | * | | | | | net: dsa: remove bool devlink_port_setupVladimir Oltean2022-10-011-8/+6
| | * | | | | | net: dsa: don't do devlink port setup earlyJiri Pirko2022-10-011-94/+82
| | * | | | | | net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean2022-10-013-10/+19
| | * | | | | | net: dsa: move port_setup/teardown to be called outside devlink port register...Jiri Pirko2022-10-011-42/+26
| | * | | | | | net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko2022-10-011-3/+43
| | * | | | | | net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko2022-10-011-2/+4
| | * | | | | | net: devlink: introduce port registered assert helper and use itJiri Pirko2022-10-011-13/+19
| | * | | | | | Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-10-0114-1649/+1565
| | |\ \ \ \ \ \
| | | * | | | | | Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz2022-10-011-0/+1
| | | * | | | | | Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz2022-09-291-0/+7
| | | * | | | | | Bluetooth: Call shutdown for HCI_USER_CHANNELAbhishek Pandit-Subedi2022-09-281-7/+26
| | | * | | | | | Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi2022-09-282-3/+4
| | | * | | | | | Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz2022-09-281-11/+23
| | | * | | | | | Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connectionsLuiz Augusto von Dentz2022-09-221-0/+14
| | | * | | | | | Bluetooth: hci_debugfs: Fix not checking conn->debugfsLuiz Augusto von Dentz2022-09-221-1/+1
| | | * | | | | | Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz2022-09-221-0/+3
| | | * | | | | | Bluetooth: MGMT: fix zalloc-simple.cocci warningsYihao Han2022-09-211-3/+1
| | | * | | | | | Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa2022-09-192-4/+17
| | | * | | | | | Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa2022-09-191-4/+6
| | | * | | | | | Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseLuiz Augusto von Dentz2022-09-151-0/+3
| | | * | | | | | Bluetooth: hci_sync: allow advertise when scan without RPAZhengping Jiang2022-09-141-1/+1
| | | * | | | | | Bluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()Tetsuo Handa2022-09-141-1/+3
| | | * | | | | | Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz2022-09-061-6/+6
| | | * | | | | | Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix2022-09-061-8/+104
| | | * | | | | | Bluetooth: Implement support for MeshBrian Gix2022-09-067-44/+690
| | | * | | | | | Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-09-014-95/+90