index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-12
ethtool: add netlink attr in rss get reply only if value is not null
Sudheer Mogilappagari
1
-4
/
+7
2023-01-12
rxrpc: Fix wrong error return in rxrpc_connect_call()
David Howells
1
-1
/
+1
2023-01-12
Merge tag 'wireless-2023-01-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
11
-187
/
+176
2023-01-12
Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
29
-1719
/
+1470
2023-01-12
Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2023-01-11
netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits
Pablo Neira Ayuso
1
-1
/
+1
2023-01-11
netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.
Gavrilov Ilia
1
-2
/
+2
2023-01-11
ipv6: raw: Deduct extension header length in rawv6_push_pending_frames
Herbert Xu
1
-0
/
+4
2023-01-10
net: sched: disallow noqueue for qdisc classes
Frederick Lawler
1
-0
/
+5
2023-01-10
Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
5
-11
/
+11
2023-01-10
wifi: mac80211: fix MLO + AP_VLAN check
Felix Fietkau
1
-1
/
+3
2023-01-10
mac80211: Fix MLO address translation for multiple bss case
Sriram R
1
-0
/
+3
2023-01-10
wifi: mac80211: reset multiple BSSID options in stop_ap()
Aloka Dixit
1
-0
/
+7
2023-01-10
wifi: mac80211: Fix iTXQ AMPDU fragmentation handling
Alexander Wetzel
3
-14
/
+37
2023-01-10
wifi: mac80211: sdata can be NULL during AMPDU start
Alexander Wetzel
2
-1
/
+8
2023-01-10
wifi: mac80211: Proper mark iTXQs for resumption
Alexander Wetzel
5
-50
/
+21
2023-01-10
wifi: mac80211: fix initialization of rx->link and rx->link_sta
Felix Fietkau
1
-123
/
+99
2023-01-09
net/sched: act_mpls: Fix warning during failed attribute validation
Ido Schimmel
1
-1
/
+7
2023-01-09
gro: take care of DODGY packets
Eric Dumazet
1
-2
/
+3
2023-01-07
Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
24
-1712
/
+1443
2023-01-07
Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+17
2023-01-07
rxrpc: Fix incoming call setup race
David Howells
4
-15
/
+15
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
5
-11
/
+11
2023-01-06
tipc: fix unexpected link reset due to discovery messages
Tung Nguyen
1
-4
/
+8
2023-01-06
rxrpc: Move client call connection to the I/O thread
David Howells
13
-527
/
+295
2023-01-06
rxrpc: Move the client conn cache management to the I/O thread
David Howells
6
-86
/
+62
2023-01-06
rxrpc: Remove call->state_lock
David Howells
12
-184
/
+142
2023-01-06
rxrpc: Move call state changes from recvmsg to I/O thread
David Howells
4
-111
/
+108
2023-01-06
rxrpc: Move call state changes from sendmsg to I/O thread
David Howells
2
-58
/
+61
2023-01-06
rxrpc: Wrap accesses to get call state to put the barrier in one place
David Howells
5
-24
/
+38
2023-01-06
rxrpc: Split out the call state changing functions into their own file
David Howells
4
-89
/
+108
2023-01-06
rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters
David Howells
6
-73
/
+75
2023-01-06
rxrpc: Offload the completion of service conn security to the I/O thread
David Howells
3
-14
/
+38
2023-01-06
rxrpc: Make the set of connection IDs per local endpoint
David Howells
5
-38
/
+35
2023-01-06
rxrpc: Tidy up abort generation infrastructure
David Howells
13
-405
/
+351
2023-01-06
rxrpc: Clean up connection abort
David Howells
7
-213
/
+186
2023-01-06
rxrpc: Implement a mechanism to send an event notification to a connection
David Howells
5
-6
/
+53
2023-01-06
rxrpc: Only disconnect calls in the I/O thread
David Howells
4
-15
/
+8
2023-01-06
rxrpc: Only set/transmit aborts in the I/O thread
David Howells
6
-18
/
+49
2023-01-06
rxrpc: Separate call retransmission from other conn events
David Howells
3
-30
/
+8
2023-01-06
rxrpc: Make the local endpoint hold a ref on a connected call
David Howells
3
-13
/
+20
2023-01-06
rxrpc: Stash the network namespace pointer in rxrpc_local
David Howells
5
-23
/
+21
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
31
-281
/
+524
2023-01-05
caif: fix memory leak in cfctrl_linkup_request()
Zhengchao Shao
1
-1
/
+5
2023-01-04
inet: control sockets should not use current thread task_frag
Eric Dumazet
1
-0
/
+1
2023-01-04
net/ulp: prevent ULP without clone op from entering the LISTEN status
Paolo Abeni
2
-0
/
+18
2023-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
13
-187
/
+268
2023-01-02
netfilter: ipset: Rework long task execution when adding/deleting entries
Jozsef Kadlecsik
10
-80
/
+67
2023-01-02
netfilter: ipset: fix hash:net,port,net hang with /0 subnet
Jozsef Kadlecsik
1
-19
/
+21
2023-01-02
net: sched: htb: fix htb_classify() kernel-doc
Randy Dunlap
1
-2
/
+6
[prev]
[next]