index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-01
tcp: rename sk_wmem_free_skb
Talal Ahmad
2
-4
/
+4
2021-11-01
bpf: Add dummy BPF STRUCT_OPS for test purpose
Hou Tao
2
-0
/
+203
2021-11-01
bpf: Factor out helpers for ctx access checking
Hou Tao
1
-8
/
+1
2021-11-01
Bluetooth: hci_sync: Fix missing static warnings
Luiz Augusto von Dentz
1
-2
/
+2
2021-11-01
skmsg: Lose offset info in sk_psock_skb_ingress
Liu Jian
1
-10
/
+33
2021-11-01
SUNRPC: Clean up xs_tcp_setup_sock()
Trond Myklebust
1
-40
/
+28
2021-11-01
SUNRPC: Replace use of socket sk_callback_lock with sock_lock
Trond Myklebust
1
-27
/
+11
2021-11-01
net/smc: Introduce tracepoint for smcr link down
Tony Lu
3
-2
/
+38
2021-11-01
net/smc: Introduce tracepoints for tx and rx msg
Tony Lu
4
-0
/
+45
2021-11-01
net/smc: Introduce tracepoint for fallback
Tony Lu
4
-0
/
+59
2021-11-01
ethtool: don't drop the rtnl_lock half way thru the ioctl
Jakub Kicinski
2
-42
/
+39
2021-11-01
devlink: expose get/put functions
Jakub Kicinski
1
-3
/
+5
2021-11-01
ethtool: handle info/flash data copying outside rtnl_lock
Jakub Kicinski
1
-41
/
+69
2021-11-01
ethtool: push the rtnl_lock into dev_ethtool()
Jakub Kicinski
2
-3
/
+13
2021-11-01
udp6: allow SO_MARK ctrl msg to affect routing
Jakub Kicinski
1
-1
/
+1
2021-11-01
net: dsa: populate supported_interfaces member
Marek BehĂșn
2
-0
/
+8
2021-11-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
2
-4
/
+2
2021-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-14
/
+74
2021-11-01
netfilter: nft_payload: support for inner header matching / mangling
Pablo Neira Ayuso
1
-2
/
+54
2021-11-01
netfilter: nf_tables: convert pktinfo->tprot_set to flags field
Pablo Neira Ayuso
4
-6
/
+6
2021-11-01
netfilter: nft_meta: add NFT_META_IFTYPE
Pablo Neira Ayuso
1
-1
/
+5
2021-11-01
netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream state
Pablo Neira Ayuso
1
-2
/
+5
2021-10-29
net: bridge: switchdev: fix shim definition for br_switchdev_mdb_notify
Vladimir Oltean
1
-12
/
+11
2021-10-29
exit/kthread: Have kernel threads return instead of calling do_exit
Eric W. Biederman
1
-1
/
+1
2021-10-29
Bluetooth: hci_sync: Rework hci_suspend_notifier
Luiz Augusto von Dentz
8
-634
/
+647
2021-10-29
Bluetooth: hci_sync: Rework init stages
Luiz Augusto von Dentz
2
-1206
/
+1656
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SSP
Brian Gix
3
-82
/
+79
2021-10-29
Bluetooth: hci_sync: Convert adv_expire
Brian Gix
1
-14
/
+19
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_ADVERTISING
Brian Gix
1
-55
/
+48
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_PHY_CONFIGURATION
Brian Gix
1
-50
/
+66
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAME
Brian Gix
2
-34
/
+33
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_EXT_DATA
Brian Gix
1
-17
/
+20
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATA
Brian Gix
3
-26
/
+56
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_LE
Brian Gix
2
-44
/
+44
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFO
Brian Gix
2
-70
/
+57
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONN
Brian Gix
2
-36
/
+48
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFO
Brian Gix
2
-90
/
+77
2021-10-29
Bluetooth: hci_sync: Enable synch'd set_bredr
Brian Gix
2
-38
/
+36
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLE
Brian Gix
2
-41
/
+31
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERY
Luiz Augusto von Dentz
4
-56
/
+306
2021-10-29
Bluetooth: hci_sync: Convert MGMT_SET_POWERED
Luiz Augusto von Dentz
4
-98
/
+679
2021-10-29
Bluetooth: hci_sync: Rework background scan
Luiz Augusto von Dentz
6
-17
/
+26
2021-10-29
Bluetooth: hci_sync: Enable advertising when LL privacy is enabled
Luiz Augusto von Dentz
4
-129
/
+208
2021-10-29
Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3
Luiz Augusto von Dentz
2
-4
/
+632
2021-10-29
Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2
Luiz Augusto von Dentz
3
-202
/
+1136
2021-10-29
Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1
Luiz Augusto von Dentz
6
-102
/
+190
2021-10-29
Bluetooth: Add helper for serialized HCI command execution
Marcel Holtmann
5
-88
/
+339
2021-10-29
cls_flower: Fix inability to match GRE/IPIP packets
Yoshiki Komachi
2
-1
/
+17
2021-10-29
devlink: make all symbols GPL-only
Jakub Kicinski
1
-4
/
+4
2021-10-29
net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
Ivan Vecera
1
-0
/
+2
[prev]
[next]