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.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-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
2014-07-02
dp83640: Get calibration pin with ptp_find_pin
Stefan Sørensen
1
-1
/
+5
2014-07-02
dp83640: Verify calibration pin assignment
Stefan Sørensen
1
-0
/
+10
2014-07-02
dp83640: Increase supported perout pins to 7
Stefan Sørensen
1
-9
/
+9
2014-07-02
dp83640: Program pulsewidth2 values of perout triggers 0 and 1
Stefan Sørensen
1
-0
/
+5
2014-07-02
Merge branch 'bnx2x-next'
David S. Miller
8
-90
/
+424
2014-07-02
bnx2x: Fail probe of VFs using an old incompatible driver
Yuval Mintz
2
-0
/
+54
2014-07-02
bnx2x: enlarge minimal alignemnt of data offset
Dmitry Kravkov
1
-2
/
+4
2014-07-02
bnx2x: VF can report link speed
Dmitry Kravkov
8
-88
/
+366
2014-07-02
Merge branch 'pktgen'
David S. Miller
2
-55
/
+83
2014-07-02
pktgen: RCU-ify "if_list" to remove lock in next_to_run()
Jesper Dangaard Brouer
1
-49
/
+52
2014-07-02
pktgen: avoid expensive set_current_state() call in loop
Jesper Dangaard Brouer
1
-6
/
+3
2014-07-02
pktgen: document tuning for max NIC performance
Jesper Dangaard Brouer
1
-0
/
+28
2014-07-02
openvswitch: introduce rtnl ops stub
Jiri Pirko
3
-1
/
+26
2014-07-02
rtnetlink: allow to register ops without ops->setup set
Jiri Pirko
2
-3
/
+11
2014-07-02
net: fix some typos in comment
Ying Xue
2
-4
/
+4
2014-07-01
ipv6: Allow accepting RA from local IP addresses.
Ben Greear
7
-8
/
+39
2014-07-01
ipv6: Add more debugging around accept-ra logic.
Ben Greear
1
-8
/
+43
2014-06-30
tcp: tcp_conn_request: fix build error when IPv6 is disabled
Octavian Purdila
1
-1
/
+3
2014-06-28
Merge branch 'tcp_conn_request_unification'
David S. Miller
11
-331
/
+306
2014-06-28
tcp: add tcp_conn_request
Octavian Purdila
4
-244
/
+155
2014-06-28
tcp: add queue_add_hash to tcp_request_sock_ops
Octavian Purdila
3
-2
/
+6
2014-06-28
tcp: add mss_clamp to tcp_request_sock_ops
Octavian Purdila
3
-2
/
+6
2014-06-28
tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack
Octavian Purdila
4
-27
/
+19
2014-06-28
tcp: add send_synack method to tcp_request_sock_ops
Octavian Purdila
3
-9
/
+17
2014-06-28
tcp: add init_seq method to tcp_request_sock_ops
Octavian Purdila
3
-3
/
+6
2014-06-28
tcp: move around a few calls in tcp_v6_conn_request
Octavian Purdila
1
-11
/
+7
2014-06-28
tcp: add route_req method to tcp_request_sock_ops
Octavian Purdila
3
-13
/
+52
2014-06-28
tcp: add init_cookie_seq method to tcp_request_sock_ops
Octavian Purdila
3
-16
/
+28
2014-06-28
tcp: add init_req method to tcp_request_sock_ops
Octavian Purdila
4
-38
/
+51
2014-06-28
net: remove inet6_reqsk_alloc
Octavian Purdila
5
-15
/
+7
2014-06-28
tcp: tcp_v[46]_conn_request: fix snt_synack initialization
Octavian Purdila
2
-3
/
+2
2014-06-28
tcp: cookie_v4_init_sequence: skb should be const
Octavian Purdila
2
-3
/
+5
2014-06-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
11
-134
/
+373
2014-06-27
Merge branch 'tipc-next'
David S. Miller
13
-888
/
+827
2014-06-27
tipc: simplify connection congestion handling
Jon Paul Maloy
5
-54
/
+43
2014-06-27
tipc: clean up connection protocol reception function
Jon Paul Maloy
5
-63
/
+68
2014-06-27
tipc: same receive code path for connection protocol and data messages
Jon Paul Maloy
6
-55
/
+19
2014-06-27
tipc: let port protocol senders use new link send function
Jon Paul Maloy
1
-7
/
+23
2014-06-27
tipc: connection oriented transport uses new send functions
Jon Paul Maloy
4
-513
/
+70
2014-06-27
tipc: RDM/DGRAM transport uses new fragmenting and sending functions
Jon Paul Maloy
3
-149
/
+110
2014-06-27
tipc: introduce message evaluation function
Jon Paul Maloy
4
-38
/
+51
2014-06-27
tipc: separate building and sending of rejected messages
Jon Paul Maloy
3
-8
/
+64
2014-06-27
tipc: introduce direct iovec to buffer chain fragmentation function
Jon Paul Maloy
2
-0
/
+105
2014-06-27
tipc: make link mtu easily accessible from socket
Jon Paul Maloy
2
-4
/
+38
2014-06-27
tipc: introduce send functions for chained buffers in link
Jon Paul Maloy
4
-13
/
+250
2014-06-27
tipc: use negative error return values in functions
Jon Paul Maloy
1
-23
/
+23
2014-06-27
tipc: eliminate case of writing to freed memory
Jon Paul Maloy
1
-2
/
+4
2014-06-27
Merge branch 'xgbe-next'
David S. Miller
8
-189
/
+398
2014-06-27
amd-xgbe: Resolve checkpatch warning about sscanf usage
Lendacky, Thomas
1
-5
/
+4
2014-06-27
amd-xgbe: Change destination address filtering support
Lendacky, Thomas
6
-69
/
+116
[next]