Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Bluetooth: Fix handling of LE Enhanced Connection Complete | Luiz Augusto von Dentz | 2021-08-16 | 1 | -31/+62 | |
| | * | | | | | | | Bluetooth: Move shutdown callback before flushing tx and rx queue | Kai-Heng Feng | 2021-08-16 | 1 | -8/+8 | |
| | * | | | | | | | Bluetooth: fix repeated calls to sco_sock_kill | Desmond Cheong Zhi Xi | 2021-08-10 | 1 | -6/+1 | |
| | * | | | | | | | Bluetooth: switch to lock_sock in RFCOMM | Desmond Cheong Zhi Xi | 2021-08-10 | 1 | -4/+4 | |
| | * | | | | | | | Bluetooth: serialize calls to sco_sock_{set,clear}_timer | Desmond Cheong Zhi Xi | 2021-08-10 | 1 | -2/+2 | |
| | * | | | | | | | Bluetooth: switch to lock_sock in SCO | Desmond Cheong Zhi Xi | 2021-08-10 | 1 | -9/+9 | |
| | * | | | | | | | Bluetooth: avoid circular locks in sco_sock_connect | Desmond Cheong Zhi Xi | 2021-08-10 | 1 | -23/+16 | |
| | * | | | | | | | Bluetooth: schedule SCO timeouts with delayed_work | Desmond Cheong Zhi Xi | 2021-08-10 | 1 | -6/+29 | |
| | * | | | | | | | Bluetooth: Add support hdev to allocate private data | Tedd Ho-Jeong An | 2021-08-05 | 1 | -3/+10 | |
| | * | | | | | | | Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow | Colin Ian King | 2021-08-05 | 1 | -1/+1 | |
| | * | | | | | | | Bluetooth: Fix not generating RPA when required | Luiz Augusto von Dentz | 2021-08-03 | 2 | -56/+57 | |
| | * | | | | | | | Bluetooth: HCI: Add proper tracking for enable status of adv instances | Luiz Augusto von Dentz | 2021-08-03 | 1 | -0/+28 | |
| | * | | | | | | | Bluetooth: skip invalid hci_sync_conn_complete_evt | Desmond Cheong Zhi Xi | 2021-07-29 | 1 | -0/+15 | |
| | * | | | | | | | Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmd | Tedd Ho-Jeong An | 2021-07-29 | 1 | -1/+1 | |
| | * | | | | | | | Bluetooth: defer cleanup of resources in hci_unregister_dev() | Tetsuo Handa | 2021-07-29 | 3 | -16/+23 | |
| | * | | | | | | | 6lowpan: iphc: Fix an off-by-one check of array index | Colin Ian King | 2021-07-22 | 1 | -1/+2 | |
| | * | | | | | | | Bluetooth: sco: prevent information leak in sco_conn_defer_accept() | Dan Carpenter | 2021-07-22 | 1 | -0/+5 | |
| * | | | | | | | | Merge tag 'batadv-next-pullrequest-20210819' of git://git.open-mesh.org/linux... | David S. Miller | 2021-08-20 | 26 | -454/+362 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | batman-adv: bcast: remove remaining skb-copy calls | Linus Lüssing | 2021-08-18 | 1 | -2/+10 | |
| | * | | | | | | | | batman-adv: Drop NULL check before dropping references | Sven Eckelmann | 2021-08-08 | 19 | -337/+169 | |
| | * | | | | | | | | batman-adv: Check ptr for NULL before reducing its refcnt | Sven Eckelmann | 2021-08-08 | 14 | -113/+181 | |
| | * | | | | | | | | batman-adv: Switch to kstrtox.h for kstrtou64 | Sven Eckelmann | 2021-08-08 | 1 | -1/+1 | |
| | * | | | | | | | | batman-adv: Start new development cycle | Simon Wunderlich | 2021-08-08 | 1 | -1/+1 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-20 | 7 | -43/+22 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | net: Fix offloading indirect devices dependency on qdisc order creation | Eli Cohen | 2021-08-19 | 4 | -1/+91 | |
| * | | | | | | | | | | net/core: Remove unused field from struct flow_indr_dev | Eli Cohen | 2021-08-19 | 1 | -1/+0 | |
| * | | | | | | | | | | pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependency | Nick Richardson | 2021-08-18 | 1 | -27/+26 | |
| * | | | | | | | | | | net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem() | Wei Wang | 2021-08-18 | 3 | -6/+16 | |
| * | | | | | | | | | | net: net_namespace: Optimize the code | Yajun Deng | 2021-08-18 | 1 | -28/+24 | |
| * | | | | | | | | | | net: dsa: tag_sja1105: be dsa_loop-safe | Vladimir Oltean | 2021-08-18 | 2 | -13/+28 | |
| * | | | | | | | | | | net: procfs: add seq_puts() statement for dev_mcast | Yajun Deng | 2021-08-18 | 1 | -11/+13 | |
| * | | | | | | | | | | net: RxRPC: make dependent Kconfig symbols be shown indented | Randy Dunlap | 2021-08-18 | 1 | -3/+4 | |
| * | | | | | | | | | | mptcp: local addresses fullmesh | Geliang Tang | 2021-08-18 | 1 | -10/+63 | |
| * | | | | | | | | | | mptcp: remote addresses fullmesh | Geliang Tang | 2021-08-18 | 1 | -4/+55 | |
| * | | | | | | | | | | mptcp: drop flags and ifindex arguments | Geliang Tang | 2021-08-18 | 3 | -7/+31 | |
| * | | | | | | | | | | net: bridge: mcast: toggle also host vlan state in br_multicast_toggle_vlan | Nikolay Aleksandrov | 2021-08-17 | 2 | -7/+4 | |
| * | | | | | | | | | | net: bridge: mcast: use the correct vlan group helper | Nikolay Aleksandrov | 2021-08-17 | 1 | -2/+3 | |
| * | | | | | | | | | | net: bridge: vlan: account for router port lists when notifying | Nikolay Aleksandrov | 2021-08-17 | 3 | -8/+40 | |
| * | | | | | | | | | | net: bridge: vlan: enable mcast snooping for existing master vlans | Nikolay Aleksandrov | 2021-08-17 | 1 | -0/+1 | |
| * | | | | | | | | | | tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD | Luke Hsiao | 2021-08-17 | 1 | -2/+1 | |
| * | | | | | | | | | | net: bridge: mcast: account for ipv6 size when dumping querier state | Nikolay Aleksandrov | 2021-08-16 | 1 | -1/+7 | |
| * | | | | | | | | | | net: bridge: mcast: drop sizeof for nest attribute's zero size | Nikolay Aleksandrov | 2021-08-16 | 1 | -1/+1 | |
| * | | | | | | | | | | net: bridge: mcast: don't dump querier state if snooping is disabled | Nikolay Aleksandrov | 2021-08-16 | 1 | -0/+4 | |
| * | | | | | | | | | | net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa | Vladimir Oltean | 2021-08-16 | 1 | -4/+4 | |
| * | | | | | | | | | | af_unix: check socket state when queuing OOB | Rao Shoaib | 2021-08-16 | 1 | -2/+9 | |
| * | | | | | | | | | | net: bridge: vlan: dump mcast ctx querier state | Nikolay Aleksandrov | 2021-08-14 | 1 | -1/+4 | |
| * | | | | | | | | | | net: bridge: mcast: dump ipv6 querier state | Nikolay Aleksandrov | 2021-08-14 | 1 | -4/+32 | |
| * | | | | | | | | | | net: bridge: mcast: dump ipv4 querier state | Nikolay Aleksandrov | 2021-08-14 | 3 | -1/+81 | |
| * | | | | | | | | | | net: bridge: mcast: consolidate querier selection for ipv4 and ipv6 | Nikolay Aleksandrov | 2021-08-14 | 1 | -38/+29 | |
| * | | | | | | | | | | net: bridge: mcast: make sure querier port/address updates are consistent | Nikolay Aleksandrov | 2021-08-14 | 2 | -21/+54 |