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
2014-11-19
tun: return NET_XMIT_DROP for dropped packets
Jason Wang
1
-1
/
+1
2014-11-18
icmp: Remove some spurious dropped packet profile hits from the ICMP path
Rick Jones
4
-21
/
+42
2014-11-18
dev_ioctl: use sizeof(x) instead of sizeof x
Fabian Frederick
1
-3
/
+6
2014-11-18
net/core: include linux/types.h instead of asm/types.h
Fabian Frederick
1
-1
/
+1
2014-11-18
net: fix spelling for synchronized
Fabian Frederick
1
-2
/
+2
2014-11-18
dccp: spelling s/reseting/resetting
Fabian Frederick
1
-1
/
+1
2014-11-18
dccp: replace min/casting by min_t
Fabian Frederick
1
-1
/
+1
2014-11-18
dccp: remove blank lines between function/EXPORT_SYMBOL
Fabian Frederick
1
-6
/
+0
2014-11-18
dccp: kerneldoc warning fixes
Fabian Frederick
1
-2
/
+2
2014-11-18
Merge tag 'linux-can-next-for-3.19-20141117' of git://gitorious.org/linux-can...
David S. Miller
4
-63
/
+181
2014-11-18
Merge branch 'fec-next'
David S. Miller
2
-188
/
+156
2014-11-18
net: fec: remove unused return value from swap_buffer()
Lothar Waßmann
1
-3
/
+1
2014-11-18
net: fec: simplify loop counter handling in swap_buffer()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: use swab32s() instead of cpu_to_be32()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: improve access to quirk flags by copying them into fec_enet_private...
Lothar Waßmann
2
-68
/
+39
2014-11-18
net: fec: change type of 'bufdesc_ex' to bool
Lothar Waßmann
2
-4
/
+2
2014-11-18
net: fec: properly parenthesize macro args
Lothar Waßmann
1
-15
/
+16
2014-11-18
net: fec: consistently use lower case chars as hex digits
Lothar Waßmann
1
-44
/
+44
2014-11-18
net: fec: indentation cleanup
Lothar Waßmann
1
-54
/
+54
2014-11-18
Merge branch 'ebpf_maps'
David S. Miller
13
-63
/
+936
2014-11-18
bpf: remove test map scaffolding and user proper types
Alexei Starovoitov
2
-54
/
+16
2014-11-18
bpf: allow eBPF programs to use maps
Alexei Starovoitov
4
-1
/
+98
2014-11-18
bpf: add a testsuite for eBPF maps
Alexei Starovoitov
4
-3
/
+296
2014-11-18
bpf: fix BPF_MAP_LOOKUP_ELEM command return code
Alexei Starovoitov
1
-1
/
+1
2014-11-18
bpf: add array type of eBPF maps
Alexei Starovoitov
3
-1
/
+153
2014-11-18
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
3
-1
/
+364
2014-11-18
bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command
Alexei Starovoitov
3
-4
/
+10
2014-11-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
14
-56
/
+575
2014-11-18
PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_X
Denis Kirjanov
1
-19
/
+8
2014-11-18
i40e: Set XPS bit mask to zero in DCB mode
Neerav Parikh
1
-7
/
+31
2014-11-18
i40e: Prevent link flow control settings when PFC is enabled
Neerav Parikh
1
-2
/
+12
2014-11-18
i40e: Do not disable/enable FCoE VSI with DCB reconfig
Neerav Parikh
1
-1
/
+11
2014-11-18
i40e: Modify Tx disable wait flow in case of DCB reconfiguration
Neerav Parikh
2
-0
/
+61
2014-11-18
i40e: Update VEB's enabled_tc after reconfiguration
Neerav Parikh
1
-0
/
+1
2014-11-18
i40e: Check for LLDP AdminStatus before querying DCBX
Neerav Parikh
3
-0
/
+63
2014-11-18
i40e: Add support to firmware CEE DCBX mode
Neerav Parikh
10
-35
/
+328
2014-11-18
i40e: Resume Port Tx after DCB event
Neerav Parikh
3
-1
/
+52
2014-11-18
i40e: Bump version to 1.1.23
Catherine Sullivan
1
-2
/
+2
2014-11-18
i40e: re-enable VFLR interrupt sooner
Mitch Williams
1
-6
/
+6
2014-11-18
i40e: only warn once of PTP nonsupport in 100Mbit speed
Shannon Nelson
1
-3
/
+9
2014-11-17
net: can: c_can: Add support for TI am4372 DCAN
Roger Quadros
2
-1
/
+3
2014-11-17
can: c_can: Add support for TI am3352 DCAN
Roger Quadros
2
-1
/
+13
2014-11-17
can: c_can: Add support for TI DRA7 DCAN
Roger Quadros
2
-0
/
+14
2014-11-17
can: c_can: Disable pins when CAN interface is down
Roger Quadros
1
-0
/
+13
2014-11-17
can: c_can: Add support for START pulse in RAMINIT sequence
Roger Quadros
2
-0
/
+8
2014-11-17
can: c_can: Add syscon/regmap RAMINIT mechanism
Roger Quadros
3
-41
/
+81
2014-11-17
can: c_can: Add RAMINIT register information to driver data
Roger Quadros
1
-0
/
+10
2014-11-17
can: c_can: Introduce c_can_driver_data structure
Roger Quadros
2
-23
/
+33
2014-11-17
can: c_can: Add timeout to c_can_hw_raminit_ti()
Roger Quadros
1
-1
/
+10
2014-11-16
Merge branch 'rss_key_fill'
David S. Miller
20
-73
/
+104
[next]