index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()
Al Viro
2015-04-09
1
-17
/
+3
|
|
*
|
|
|
net: switch importing msghdr from userland to {compat_,}import_iovec()
Al Viro
2015-04-09
2
-30
/
+19
|
|
*
|
|
|
net: switch sendto() and recvfrom() to import_single_range()
Al Viro
2015-04-09
1
-16
/
+8
|
|
*
|
|
|
Merge branch 'iocb' into for-davem
Al Viro
2015-04-09
2
-4
/
+3
|
|
|
\
\
\
\
|
*
|
|
|
|
|
tcp/dccp: get rid of central timewait timer
Eric Dumazet
2015-04-13
10
-288
/
+60
|
*
|
|
|
|
|
netfilter: Fix format string of nfnetlink_log proc file
Richard Weinberger
2015-04-13
1
-1
/
+1
|
*
|
|
|
|
|
netfilter: Fix format string of nfnetlink_queue proc file
Richard Weinberger
2015-04-13
1
-1
/
+1
|
*
|
|
|
|
|
netfilter: Fix portid types
Richard Weinberger
2015-04-13
2
-6
/
+5
|
*
|
|
|
|
|
nfc: Fix portid type in urelease_work
Richard Weinberger
2015-04-13
1
-1
/
+1
|
*
|
|
|
|
|
tcp: fix bogus RTT for CC when retransmissions are acked
Kenneth Klette Jonassen
2015-04-13
1
-6
/
+4
|
*
|
|
|
|
|
net: use jump label patching for ingress qdisc in __netif_receive_skb_core
Daniel Borkmann
2015-04-13
2
-7
/
+33
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2015-04-12
1
-6
/
+26
|
|
\
\
\
\
\
|
|
*
|
|
|
|
if_link: Add an additional parameter to ifla_vf_info for RSS querying
Vlad Zolotarov
2015-04-10
1
-6
/
+26
|
*
|
|
|
|
|
fou: implement FOU_CMD_GET
WANG Cong
2015-04-12
1
-0
/
+109
|
*
|
|
|
|
|
fou: add network namespace support
WANG Cong
2015-04-12
1
-39
/
+67
|
*
|
|
|
|
|
fou: always use be16 for port
WANG Cong
2015-04-12
1
-3
/
+3
|
*
|
|
|
|
|
fou: exit early when parsing config fails
WANG Cong
2015-04-12
1
-1
/
+4
|
*
|
|
|
|
|
fou: avoid calling udp_del_offload() twice
WANG Cong
2015-04-12
1
-2
/
+2
|
*
|
|
|
|
|
tcp: do not cache align timewait sockets
Eric Dumazet
2015-04-12
1
-2
/
+1
|
*
|
|
|
|
|
Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/sc...
David S. Miller
2015-04-12
25
-383
/
+1113
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
cfg80211: don't allow disabling WEXT if it's required
Johannes Berg
2015-04-08
1
-1
/
+1
|
|
*
|
|
|
|
cfg80211: send extended capabilities IE in connect
Johannes Berg
2015-04-07
1
-10
/
+64
|
|
*
|
|
|
|
cfg80211: move IE split utilities here from mac80211
Johannes Berg
2015-04-07
3
-44
/
+41
|
|
*
|
|
|
|
mac80211: add an intermediate software queue implementation
Felix Fietkau
2015-04-01
11
-19
/
+350
|
|
*
|
|
|
|
mac80211: reduce log spam from ieee80211_handle_pwr_constr
John Linville
2015-04-01
1
-7
/
+7
|
|
*
|
|
|
|
mac80211: add standard deviation to Minstrel stats
Thomas Huehn
2015-04-01
4
-18
/
+56
|
|
*
|
|
|
|
mac80211: reduce calculation costs of EWMA
Thomas Huehn
2015-04-01
1
-1
/
+6
|
|
*
|
|
|
|
mac80211: add max lossless throughput per rate
Thomas Huehn
2015-04-01
6
-69
/
+93
|
|
*
|
|
|
|
mac80211: restructure per-rate throughput calculation into function
Thomas Huehn
2015-04-01
6
-61
/
+88
|
|
*
|
|
|
|
mac80211: improve Minstrel variable & function naming
Thomas Huehn
2015-04-01
6
-95
/
+98
|
|
*
|
|
|
|
mac80211: unify Minstrel & Minstrel-HTs calculation of rate statistics
Thomas Huehn
2015-04-01
3
-43
/
+32
|
|
*
|
|
|
|
mac80211: add new Minstrel-HT statistic output via csv
Thomas Huehn
2015-04-01
2
-2
/
+138
|
|
*
|
|
|
|
mac80211: add new Minstrel statistic output via csv
Thomas Huehn
2015-04-01
2
-14
/
+82
|
|
*
|
|
|
|
mac80211: enhance readability of Minstrel-HTs rc_stats output
Thomas Huehn
2015-04-01
1
-15
/
+34
|
|
*
|
|
|
|
mac80211: enhance readability of Minstrels rc_stats output
Thomas Huehn
2015-04-01
1
-5
/
+13
|
|
*
|
|
|
|
cfg80211: Stop calling crda if it is not responsive
Ilan peer
2015-04-01
3
-7
/
+38
|
|
*
|
|
|
|
mac80211: use rhashtable for station table
Johannes Berg
2015-04-01
6
-85
/
+85
|
*
|
|
|
|
|
rtnetlink: Mark name argument of rtnl_create_link() const
Thomas Graf
2015-04-10
1
-1
/
+1
|
*
|
|
|
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-04-09
3
-151
/
+258
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Bluetooth: Read LE remote features during connection establishment
Marcel Holtmann
2015-04-09
1
-2
/
+105
|
|
*
|
|
|
|
|
Bluetooth: Add local SSP OOB data to OOB ext data mgmt command
Johan Hedberg
2015-04-07
1
-2
/
+152
|
|
*
|
|
|
|
|
Bluetooth: Remove hci_recv_stream_fragment function
Marcel Holtmann
2015-04-07
1
-147
/
+1
|
|
*
|
|
|
|
|
Bluetooth: Make data pointer of hci_recv_stream_fragment const
Marcel Holtmann
2015-04-07
1
-3
/
+3
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
tcp: md5: fix a typo in tcp_v4_md5_lookup()
Eric Dumazet
2015-04-09
1
-2
/
+2
|
*
|
|
|
|
|
net: Pass VLAN ID to rtnl_fdb_notify.
Hubert Sokolowski
2015-04-09
1
-10
/
+10
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-04-09
18
-173
/
+747
|
|
\
\
\
\
\
\
|
|
*
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
2015-04-08
171
-1639
/
+2047
|
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
netfilter: nf_tables: support optional userdata for set elements
Patrick McHardy
2015-04-08
1
-0
/
+34
|
|
*
|
|
|
|
|
|
netfilter: nf_tables: add support for dynamic set updates
Patrick McHardy
2015-04-08
5
-6
/
+268
|
|
*
|
|
|
|
|
|
netfilter: nf_tables: support different set binding types
Patrick McHardy
2015-04-08
2
-3
/
+10
[prev]
[next]