summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud1-0/+1
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz1-4/+6
2020-06-22Bluetooth: use configured params for ext advAlain Michaud1-0/+8
2020-06-18Bluetooth: Terminate the link if pairing is cancelledManish Mandlik1-2/+12
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou1-0/+1
2020-06-18Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORMiao-chen Chou1-0/+1
2020-06-18Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORMiao-chen Chou1-0/+2
2020-06-18Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESMiao-chen Chou1-0/+24
2020-06-18Bluetooth: Add definitions for advertisement monitor featuresMiao-chen Chou1-0/+49
2020-06-18Bluetooth: Add get/set device flags mgmt opAbhishek Pandit-Subedi1-0/+28
2020-06-18Bluetooth: Replace wakeable in hci_conn_paramsAbhishek Pandit-Subedi1-1/+1
2020-06-18Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi1-1/+10
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi1-2/+16
2020-06-12Bluetooth: centralize default value initialization.Alain Michaud1-0/+18
2020-06-12Bluetooth: mgmt: read/set system parameter definitionsAlain Michaud1-0/+18
2020-06-12Bluetooth: Use only 8 bits for the HCI CMSG state flagsAlain Michaud1-2/+2
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud2-0/+12
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann1-1/+42
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann2-0/+16
2020-06-02bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki4-0/+17
2020-06-02flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-0/+6
2020-06-02net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki4-27/+76
2020-06-02bpf: Use tracing helpers for lsm programsJiri Olsa1-0/+3
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-06-02xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi1-0/+10
2020-06-02net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-06-02bpf: Fix running sk_skb program types with ktlsJohn Fastabend2-0/+17
2020-06-02xdp: Add xdp_txq_info to xdp_buffDavid Ahern2-0/+7
2020-06-02bpf: Add support to attach bpf program to a devmap entryDavid Ahern2-0/+6
2020-06-02bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar1-0/+1
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko4-1/+101
2020-06-02bpf, sk_msg: Add get socket storage helpersJohn Fastabend1-0/+2
2020-06-01bridge: mrp: Add support for role MRAHoratiu Vultur3-0/+41
2020-06-01bridge: mrp: Set the priority of MRP instanceHoratiu Vultur2-0/+3
2020-06-01bridge: mrp: Update MRP frame typeHoratiu Vultur1-11/+11
2020-06-01devlink: Add ACL control packet trapsIdo Schimmel1-0/+12
2020-06-01devlink: Add layer 3 control packet trapsIdo Schimmel1-0/+126
2020-06-01devlink: Add layer 2 control packet trapsIdo Schimmel1-0/+48
2020-06-01devlink: Add 'control' trap typeIdo Schimmel1-0/+6
2020-06-01devlink: Add 'mirror' trap actionIdo Schimmel1-0/+3
2020-06-01devlink: Create dedicated trap group for layer 3 exceptionsIdo Schimmel1-0/+3
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-2/+20
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso1-9/+0
2020-06-01net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso1-0/+19
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso1-0/+2
2020-06-01regmap: provide helpers for simple bit operationsBartosz Golaszewski1-0/+36
2020-06-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-5/+21
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-42/+144
2020-06-01Merge tag 'mac80211-next-for-davem-2020-05-31' of git://git.kernel.org/pub/sc...David S. Miller5-65/+594
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-26/+122