summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Bluetooth: Remove trailing semicolon in macrosMeng Yu1-2/+2
2021-03-23Bluetooth: Remove trailing semicolon in macrosMeng Yu1-2/+2
2021-03-23Bluetooth: check for zapped sk before connectingArchie Pusaka1-0/+8
2021-03-22Bluetooth: fix set_ecdh_privkey() prototypeArnd Bergmann1-1/+1
2021-03-22Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa1-0/+2
2021-03-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2021-03-22Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka1-0/+2
2021-03-17Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg1-1/+1
2021-03-16Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina1-4/+0
2021-03-15Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbgLuiz Augusto von Dentz1-46/+52
2021-03-15Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz1-3/+9
2021-03-15Bluetooth: Cancel le_scan_restart work when stopping discoverySonny Sasaka1-0/+1
2021-03-11Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz1-0/+9
2021-03-03Bluetooth: Allow scannable adv with extended MGMT APIsDaniel Winkler2-1/+3
2021-03-03Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi2-17/+54
2021-03-02Bluetooth: Notify suspend on le conn failedAbhishek Pandit-Subedi1-0/+10
2021-02-21Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-121/+175
2021-02-21Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+2
2021-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-82/+163
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-81/+171
2021-02-17net: dsa: tag_rtl4_a: Support also egress tagsLinus Walleij1-14/+29
2021-02-17net: sched: fix police ext initializationVlad Buslov2-1/+2
2021-02-17net: dsa: felix: Add support for MRPHoratiu Vultur1-0/+8
2021-02-17net: dsa: add MRP supportHoratiu Vultur4-0/+201
2021-02-17bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdevHoratiu Vultur1-16/+27
2021-02-17bridge: mrp: Extend br_mrp_switchdev to detect better the errorsHoratiu Vultur2-77/+118
2021-02-17bridge: mrp: Add 'enum br_mrp_hw_support'Horatiu Vultur1-0/+14
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller14-88/+340
2021-02-16mptcp: add local addr info in mptcp_infoGeliang Tang3-1/+5
2021-02-16net: caif: Use netif_rx_any_context().Sebastian Andrzej Siewior1-4/+1
2021-02-16tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet1-1/+1
2021-02-16net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=nVladimir Oltean1-1/+2
2021-02-15net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean1-2/+2
2021-02-15netfilter: nftables: introduce table ownershipPablo Neira Ayuso1-46/+117
2021-02-15netfilter: nftables: add helper function to release hooks of one single tablePablo Neira Ayuso1-5/+10
2021-02-15netfilter: nftables: add helper function to release one tablePablo Neira Ayuso1-35/+40
2021-02-15net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean4-10/+20
2021-02-15net: dsa: propagate extack to .port_vlan_addVladimir Oltean4-10/+26
2021-02-15net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean8-24/+33
2021-02-15net: bridge: propagate extack through store_bridge_parmVladimir Oltean4-46/+142
2021-02-15net: bridge: remove __br_vlan_filter_toggleVladimir Oltean3-10/+4
2021-02-15net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean1-0/+33
2021-02-15net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean1-0/+1
2021-02-15net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean1-15/+53
2021-02-15net: dsa: tag_ocelot: single out PTP-related transmit tag processingVladimir Oltean1-11/+21
2021-02-15net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-138/+9
2021-02-15net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean1-4/+3
2021-02-14skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2-11/+10
2021-02-14skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin1-2/+3
2021-02-14skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin1-1/+5