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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-13
Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUP
Luiz Augusto von Dentz
1
-0
/
+18
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
2
-12
/
+6
2022-05-13
Bluetooth: core: Fix missing power_on work cancel on HCI close
Vasyl Vavrychuk
2
-2
/
+1
2022-05-13
Bluetooth: protect le accept and resolv lists with hdev->lock
Niels Dossche
1
-0
/
+12
2022-05-13
Bluetooth: use hdev lock for accept_list and reject_list in conn req
Niels Dossche
1
-6
/
+9
2022-05-13
Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoring
Niels Dossche
1
-0
/
+2
2022-05-13
Bluetooth: Print broken quirks
Luiz Augusto von Dentz
1
-0
/
+31
2022-05-13
Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk
Luiz Augusto von Dentz
2
-2
/
+2
2022-05-13
Bluetooth: Keep MGMT pending queue ordered FIFO
Brian Gix
1
-1
/
+1
2022-05-13
Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout
Ying Hsu
1
-8
/
+13
2022-05-13
net: page_pool: add page allocation stats for two fast page allocate path
Jie Wang
1
-1
/
+4
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
7
-59
/
+25
2022-05-12
net: inet: Open code inet_hash2 and inet_unhash2
Martin KaFai Lau
1
-55
/
+33
2022-05-12
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
1
-6
/
+0
2022-05-12
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
2
-17
/
+11
2022-05-12
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
3
-30
/
+15
2022-05-12
net: update the register_netdevice() kdoc
Jakub Kicinski
1
-14
/
+6
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
24
-37
/
+147
2022-05-12
Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
21
-28
/
+105
2022-05-12
tls: Fix context leak on tls_device_down
Maxim Mikityanskiy
1
-0
/
+3
2022-05-12
net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
Guangguan Wang
1
-2
/
+2
2022-05-12
rtnetlink: verify rate parameters for calls to ndo_set_vf_rate
Bin Chen
1
-10
/
+18
2022-05-11
Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Jakub Kicinski
1
-3
/
+3
2022-05-11
Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
4
-5
/
+24
2022-05-11
Bluetooth: Fix the creation of hdev->name
Itay Iellin
1
-3
/
+3
2022-05-11
bpf: Prepare prog_test_struct kfuncs for runtime tests
Kumar Kartikeya Dwivedi
1
-6
/
+17
2022-05-11
net/sched: act_pedit: really ensure the skb is writable
Paolo Abeni
1
-4
/
+22
2022-05-11
net: add more debug info in skb_checksum_help()
Eric Dumazet
1
-4
/
+6
2022-05-11
net: remove two BUG() from skb_checksum_help()
Eric Dumazet
1
-2
/
+6
2022-05-11
net: add CONFIG_DEBUG_NET
Eric Dumazet
1
-0
/
+7
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
1
-5
/
+19
2022-05-10
net: fix kdoc on __dev_queue_xmit()
Jakub Kicinski
1
-20
/
+15
2022-05-10
bpf: Add source ip in "struct bpf_tunnel_key"
Kaixi Fan
1
-0
/
+9
2022-05-10
bpf: Print some info if disable bpf_jit_enable failed
Tiezhu Yang
1
-0
/
+6
2022-05-10
net: sysctl: Use SYSCTL_TWO instead of &two
Tiezhu Yang
1
-4
/
+3
2022-05-10
decnet: Use container_of() for struct dn_neigh casts
Kees Cook
3
-5
/
+6
2022-05-10
x25: remove redundant pointer dev
Colin Ian King
1
-2
/
+1
2022-05-10
ptp: Support late timestamp determination
Gerhard Engleder
1
-10
/
+39
2022-05-10
ptp: Pass hwtstamp to ptp_convert_timestamp()
Gerhard Engleder
1
-1
/
+1
2022-05-10
ptp: Request cycles for TX timestamp
Gerhard Engleder
1
-1
/
+10
2022-05-09
Merge tag 'batadv-net-pullrequest-20220508' of git://git.open-mesh.org/linux-merge
Jakub Kicinski
1
-0
/
+11
2022-05-09
net: dsa: flush switchdev workqueue on bridge join error path
Vladimir Oltean
1
-0
/
+1
2022-05-09
ROSE: Remove unused code and clean up some inconsistent indenting
Jiapeng Chong
1
-16
/
+9
2022-05-09
nl80211: fix locking in nl80211_set_tx_bitrate_mask()
Johannes Berg
1
-2
/
+7
2022-05-09
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
3
-4
/
+6
2022-05-09
net: fix wrong network header length
Lina Wang
1
-1
/
+3
2022-05-08
Merge tag 'batadv-next-pullrequest-20220508' of git://git.open-mesh.org/linux-merge
David S. Miller
3
-9
/
+9
2022-05-07
SUNRPC: Ensure that the gssproxy client can start in a connected state
Trond Myklebust
2
-0
/
+34
2022-05-07
Revert "SUNRPC: Ensure gss-proxy connects on setup"
Trond Myklebust
2
-4
/
+1
2022-05-06
net: dsa: delete dsa_port_walk_{fdbs,mdbs}
Vladimir Oltean
1
-40
/
+0
[prev]
[next]