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
2015-06-07
batman-adv: Use common Jenkins Hash implementation
Sven Eckelmann
7
-62
/
+25
2015-06-07
bpf: allow programs to write to certain skb fields
Alexei Starovoitov
6
-48
/
+207
2015-06-07
bpf: make programs see skb->data == L2 for ingress and egress
Alexei Starovoitov
4
-29
/
+30
2015-06-07
tcp: remove redundant checks II
Eric Dumazet
2
-8
/
+0
2015-06-07
fddi: print an address with %p format specifier rather than %x
Colin Ian King
1
-1
/
+1
2015-06-07
wan: dscc4: fix build warning Wunused-but-set-variable
Nicholas Mc Guire
1
-3
/
+0
2015-06-07
inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations
Eric Dumazet
5
-2
/
+13
2015-06-06
cxgb4: Fix static checker warning
Hariprasad Shenai
1
-1
/
+1
2015-06-06
Merge branch 'cxgb4-next'
David S. Miller
5
-51
/
+257
2015-06-06
cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register first
Hariprasad Shenai
2
-21
/
+83
2015-06-06
cxgb4: program pci completion timeout
Hariprasad Shenai
1
-0
/
+19
2015-06-06
cxgb4: Set mac addr from vpd, when we can't contact firmware
Hariprasad Shenai
3
-19
/
+81
2015-06-06
cxgb4: Rename t4_link_start() to t4_link_l1cfg
Hariprasad Shenai
4
-6
/
+6
2015-06-06
cxgb4: Add sge ec context flush service
Hariprasad Shenai
4
-5
/
+33
2015-06-06
cxgb4: Free Virtual Interfaces in remove routine
Hariprasad Shenai
3
-0
/
+35
2015-06-05
Merge branch 'mlx5-next'
David S. Miller
24
-337
/
+1800
2015-06-05
mlx5: Enable mutual support for IB and Ethernet
Haggai Abramonvsky
5
-2
/
+33
2015-06-05
IB/mlx5: Don't create IB instance over Ethernet ports
Majd Dibbiny
1
-0
/
+4
2015-06-05
IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 mode
Majd Dibbiny
3
-173
/
+657
2015-06-05
net/mlx5_core: Add more query port helpers
Majd Dibbiny
2
-0
/
+75
2015-06-05
net/mlx5_core: Use port number when querying port ptys
Majd Dibbiny
3
-6
/
+6
2015-06-05
net/mlx5_core: Use port number in the query port mtu helpers
Majd Dibbiny
3
-10
/
+15
2015-06-05
net/mlx5_core: Get vendor-id using the query adapter command
Majd Dibbiny
5
-20
/
+53
2015-06-05
net/mlx5_core: Add new query HCA vport commands
Majd Dibbiny
7
-19
/
+349
2015-06-05
net/mlx5_core: Make the vport helpers available for the IB driver too
Majd Dibbiny
4
-5
/
+7
2015-06-05
net/mlx5_core: Check the return bitmask when querying ISSI
Haggai Abramonvsky
1
-1
/
+1
2015-06-05
net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0
Haggai Abramonvsky
7
-73
/
+564
2015-06-05
net/mlx5_core: Apply proper name convention to helpers
Haggai Abramonvsky
3
-30
/
+36
2015-06-05
net/mlx5_en: Add missing check for memory allocation failure
Amir Vadai
1
-0
/
+2
2015-06-05
Merge branch 'flow_key_hashing'
David S. Miller
12
-135
/
+387
2015-06-05
mpls: Add MPLS entropy label in flow_keys
Tom Herbert
2
-0
/
+36
2015-06-05
net: Add GRE keyid in flow_keys
Tom Herbert
2
-1
/
+29
2015-06-05
net: Add IPv6 flow label to flow_keys
Tom Herbert
2
-20
/
+13
2015-06-05
net: Add VLAN ID to flow_keys
Tom Herbert
2
-0
/
+20
2015-06-05
net: Get rid of IPv6 hash addresses flow keys
Tom Herbert
2
-18
/
+0
2015-06-05
net: Add keys for TIPC address
Tom Herbert
2
-5
/
+23
2015-06-05
net: Add full IPv6 addresses to flow_keys
Tom Herbert
10
-63
/
+193
2015-06-05
net: Get skb hash over flow_keys structure
Tom Herbert
6
-17
/
+66
2015-06-05
net: Remove superfluous setting of key_basic
Tom Herbert
1
-6
/
+0
2015-06-05
mpls: Add definition for IPPROTO_MPLS
Tom Herbert
1
-0
/
+2
2015-06-05
net: Simplify GRE case in flow_dissector
Tom Herbert
1
-22
/
+22
2015-06-05
atm:he - Do not initialise statics to 0.
Shailendra Verma
1
-1
/
+1
2015-06-04
bpf: fix build due to missing tc_verd
Alexei Starovoitov
1
-3
/
+1
2015-06-04
tcp: double default TSQ output bytes limit
Wei Liu
1
-2
/
+2
2015-06-04
tcp: remove redundant checks
Eric Dumazet
2
-4
/
+4
2015-06-04
Merge branch 'switchdev-next'
David S. Miller
2
-45
/
+54
2015-06-04
switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/...
Scott Feldman
2
-26
/
+31
2015-06-04
switchdev: documentation: for static FDB ops, use switchdev_port_fdb_xxx ops
Scott Feldman
1
-0
/
+4
2015-06-04
switchdev: documentation: fix grammer error
Scott Feldman
1
-1
/
+1
2015-06-04
switchdev: documentation: fix longer-than-80-char lines
Scott Feldman
1
-18
/
+18
[next]