index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-18
mctp/test: Update refcount checking in route fragment tests
Jeremy Kerr
1
-5
/
+0
2021-11-18
ipv6: ah6: use swap() to make code cleaner
Yao Jing
1
-4
/
+1
2021-11-17
ipv4/raw: support binding to nonlocal addresses
Riccardo Paolo Bestetti
4
-25
/
+16
2021-11-17
net: no longer stop all TX queues in dev_watchdog()
Eric Dumazet
1
-3
/
+5
2021-11-17
net: do not inline netif_tx_lock()/netif_tx_unlock()
Eric Dumazet
1
-0
/
+51
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-4
/
+4
2021-11-17
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
2
-6
/
+2
2021-11-17
Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
19
-3217
/
+6720
2021-11-16
net: align static siphash keys
Eric Dumazet
10
-12
/
+12
2021-11-16
Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error event
Archie Pusaka
1
-1
/
+8
2021-11-16
Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated event
Archie Pusaka
1
-0
/
+12
2021-11-16
Bluetooth: hci_request: Remove bg_scan_update work
Luiz Augusto von Dentz
2
-112
/
+0
2021-11-16
Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_sync
Luiz Augusto von Dentz
3
-60
/
+50
2021-11-16
Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_sync
Luiz Augusto von Dentz
3
-36
/
+109
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
9
-29
/
+8
2021-11-16
net: merge net->core.prot_inuse and net->core.sock_inuse
Eric Dumazet
1
-11
/
+1
2021-11-16
net: make sock_inuse_add() available
Eric Dumazet
2
-13
/
+1
2021-11-16
net: inline sock_prot_inuse_add()
Eric Dumazet
1
-11
/
+0
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
2
-667
/
+649
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
3
-118
/
+119
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
2
-26
/
+27
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
10
-0
/
+10
2021-11-16
tcp: do not call tcp_cleanup_rbuf() if we have a backlog
Eric Dumazet
1
-2
/
+1
2021-11-16
tcp: check local var (timeo) before socket fields in one test
Eric Dumazet
1
-2
/
+2
2021-11-16
tcp: defer skb freeing after socket lock is released
Eric Dumazet
3
-2
/
+27
2021-11-16
tcp: avoid indirect calls to sock_rfree
Eric Dumazet
1
-5
/
+15
2021-11-16
tcp: tp->urg_data is unlikely to be set
Eric Dumazet
2
-7
/
+7
2021-11-16
tcp: annotate races around tp->urg_data
Eric Dumazet
2
-10
/
+11
2021-11-16
tcp: annotate data-races on tp->segs_in and tp->data_segs_in
Eric Dumazet
1
-2
/
+4
2021-11-16
tcp: add RETPOLINE mitigation to sk_backlog_rcv
Eric Dumazet
2
-3
/
+7
2021-11-16
tcp: small optimization in tcp recvmsg()
Eric Dumazet
1
-2
/
+1
2021-11-16
net: cache align tcp_memory_allocated, tcp_sockets_allocated
Eric Dumazet
3
-4
/
+4
2021-11-16
net: remove sk_route_nocaps
Eric Dumazet
4
-5
/
+6
2021-11-16
net: remove sk_route_forced_caps
Eric Dumazet
2
-2
/
+3
2021-11-16
net: use sk_is_tcp() in more places
Eric Dumazet
2
-8
/
+4
2021-11-16
tcp: small optimization in tcp_v6_send_check()
Eric Dumazet
1
-3
/
+1
2021-11-16
tcp: minor optimization in tcp_add_backlog()
Eric Dumazet
1
-3
/
+2
2021-11-16
Bluetooth: Don't initialize msft/aosp when using user channel
Jesse Melhuish
1
-4
/
+8
2021-11-16
Bluetooth: fix uninitialized variables notify_evt
Jackie Liu
1
-14
/
+9
2021-11-16
Bluetooth: stop proccessing malicious adv data
Pavel Skripkin
1
-1
/
+7
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
5
-21
/
+24
2021-11-15
net: bridge: Slightly optimize 'find_portno()'
Christophe JAILLET
1
-4
/
+4
2021-11-15
net: sched: sch_netem: Refactor code in 4-state loss generator
Harshit Mogalapalli
1
-9
/
+9
2021-11-14
ipv6: Remove duplicate statements
luo penghao
1
-1
/
+0
2021-11-14
ipv4: Remove duplicate assignments
luo penghao
1
-1
/
+0
2021-11-14
ipv4: drop unused assignment
luo penghao
1
-1
/
+0
2021-11-12
bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
Song Liu
1
-5
/
+1
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
30
-106
/
+272
2021-11-10
net: fix premature exit from NAPI state polling in napi_disable()
Alexander Lobakin
1
-2
/
+5
2021-11-10
Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
8
-114
/
+94
[next]