index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-21
ethtool.h: MDI setting support
Jesse Brandeburg
1
-6
/
+11
2012-08-20
team: add support for non-ethernet devices
Jiri Pirko
5
-34
/
+79
2012-08-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwask...
David S. Miller
2
-238
/
+284
2012-08-20
tipc: eliminate configuration for maximum number of name publications
Ying Xue
5
-28
/
+7
2012-08-20
tipc: eliminate configuration for maximum number of name subscriptions
Ying Xue
5
-30
/
+9
2012-08-20
tipc: add __read_mostly annotations to several global variables
Ying Xue
3
-11
/
+11
2012-08-20
tipc: convert tipc_nametbl_size type from variable to macro
Ying Xue
1
-5
/
+5
2012-08-20
tipc: change tipc_net_start routine return value type
Ying Xue
3
-6
/
+4
2012-08-20
tipc: manually inline single use media_name_valid routine
Ying Xue
1
-16
/
+1
2012-08-20
tipc: remove pointless name sanity check and tipc_alphabet array
Ying Xue
4
-12
/
+3
2012-08-20
tipc: fix lockdep warning during bearer initialization
Ying Xue
1
-1
/
+15
2012-08-20
tipc: optimize the initialization of network device notifier
Ying Xue
1
-3
/
+10
2012-08-20
packet: Report fanout status via diag engine
Pavel Emelyanov
4
-21
/
+44
2012-08-20
packet: Report rings cfg via diag engine
Pavel Emelyanov
2
-1
/
+60
2012-08-20
gre: information leak in ip6_tnl_ioctl()
Dan Carpenter
1
-0
/
+2
2012-08-17
xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh
Fan Du
1
-2
/
+2
2012-08-17
ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptor
Alexander Duyck
2
-6
/
+11
2012-08-17
ixgbe: Roll RSC code into non-EOP code
Alexander Duyck
1
-32
/
+19
2012-08-17
ixgbe: Make allocating skb and placing data in it a separate function
Alexander Duyck
1
-77
/
+89
2012-08-17
ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overhead
Alexander Duyck
1
-15
/
+17
2012-08-17
ixgbe: Make pull tail function separate from rest of cleanup_headers
Alexander Duyck
1
-37
/
+57
2012-08-17
ixgbe: Have the CPU take ownership of the buffers sooner
Alexander Duyck
1
-14
/
+38
2012-08-17
ixgbe: Only use double buffering if page size is less than 8K
Alexander Duyck
2
-19
/
+45
2012-08-17
ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page
Alexander Duyck
1
-39
/
+34
2012-08-17
ixgbe: Remove code that was initializing Rx page offset
Alexander Duyck
1
-26
/
+1
2012-08-17
sctp: fix bogus if statement in sctp_auth_recv_cid()
Dan Carpenter
1
-1
/
+1
2012-08-17
sctp: fix compile issue with disabled CONFIG_NET_NS
Ulrich Weber
1
-6
/
+3
2012-08-16
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
95
-1126
/
+3509
2012-08-16
net: remove wrong initialization for snd_wl1
Razvan Ghitulete
1
-2
/
+1
2012-08-16
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
Fan Du
4
-9
/
+8
2012-08-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
95
-1126
/
+3509
2012-08-15
sctp: fix a compile error in sctp.h
Cong Wang
1
-2
/
+2
2012-08-15
sctp: Make sysctl tunables per net
Eric W. Biederman
14
-344
/
+355
2012-08-15
sctp: Push struct net down into sctp_verify_ext_param
Eric W. Biederman
3
-11
/
+12
2012-08-15
sctp: Push struct net down into all of the state machine functions
Eric W. Biederman
3
-283
/
+341
2012-08-15
sctp: Push struct net down into sctp_in_scope
Eric W. Biederman
4
-5
/
+6
2012-08-15
sctp: Push struct net down into sctp_transport_init
Eric W. Biederman
4
-6
/
+9
2012-08-15
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
9
-36
/
+60
2012-08-15
sctp: Add infrastructure for per net sysctls
Eric W. Biederman
4
-1
/
+37
2012-08-15
sctp: Make the mib per network namespace
Eric W. Biederman
13
-119
/
+158
2012-08-15
sctp: Enable sctp in all network namespaces
Eric W. Biederman
2
-9
/
+11
2012-08-15
sctp: Make the proc files per network namespace.
Eric W. Biederman
5
-86
/
+98
2012-08-15
sctp: Move the percpu sockets counter out of sctp_proc_init
Eric W. Biederman
1
-6
/
+7
2012-08-15
sctp: Make the ctl_sock per network namespace
Eric W. Biederman
5
-45
/
+60
2012-08-15
sctp: Make the address lists per network namespace
Eric W. Biederman
9
-103
/
+132
2012-08-15
sctp: Make the association hashtable handle multiple network namespaces
Eric W. Biederman
6
-32
/
+54
2012-08-15
sctp: Make the endpoint hashtable handle multiple network namespaces
Eric W. Biederman
4
-11
/
+18
2012-08-15
sctp: Make the port hash table use struct net in it's key.
Eric W. Biederman
3
-11
/
+16
2012-08-15
packet: Report socket mclist info via diag module
Pavel Emelyanov
2
-0
/
+49
2012-08-15
packet: Report more packet sk info via diag module
Pavel Emelyanov
2
-0
/
+56
[next]