index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-16
Merge branch 'rss_key_fill'
David S. Miller
20
-73
/
+104
2014-11-16
vmxnet3: use netdev_rss_key_fill() helper
Eric Dumazet
1
-8
/
+1
2014-11-16
sfc: use netdev_rss_key_fill() helper
Eric Dumazet
1
-1
/
+1
2014-11-16
mlx4: use netdev_rss_key_fill() helper
Eric Dumazet
3
-7
/
+12
2014-11-16
ixgbe: use netdev_rss_key_fill() helper
Eric Dumazet
1
-4
/
+3
2014-11-16
igb: use netdev_rss_key_fill() helper
Eric Dumazet
1
-6
/
+3
2014-11-16
i40e: use netdev_rss_key_fill() helper
Eric Dumazet
2
-15
/
+6
2014-11-16
fm10k: use netdev_rss_key_fill() helper
Eric Dumazet
1
-7
/
+3
2014-11-16
e100e: use netdev_rss_key_fill() helper
Eric Dumazet
1
-6
/
+3
2014-11-16
be2net:use netdev_rss_key_fill() helper
Eric Dumazet
1
-5
/
+5
2014-11-16
bna: use netdev_rss_key_fill() helper
Eric Dumazet
1
-1
/
+1
2014-11-16
tg3: use netdev_rss_key_fill() helper
Eric Dumazet
1
-11
/
+6
2014-11-16
bnx2x: use netdev_rss_key_fill() helper
Eric Dumazet
1
-1
/
+1
2014-11-16
amd-xgbe: use netdev_rss_key_fill() helper
Eric Dumazet
1
-1
/
+1
2014-11-16
net: provide a per host RSS key generic infrastructure
Eric Dumazet
4
-0
/
+58
2014-11-16
Merge branch 'mv88e6171_temps'
David S. Miller
4
-51
/
+69
2014-11-16
net: dsa: mv88e6171: Add support for reading switch registers
Andrew Lunn
1
-0
/
+2
2014-11-16
net: dsa: mv88e6171: Add support for reading the temperature
Andrew Lunn
1
-2
/
+17
2014-11-16
net: dsa: Centralise code for reading the temperature sensor
Andrew Lunn
3
-49
/
+50
2014-11-16
net: dsa: replace count*size kzalloc by kcalloc
Fabian Frederick
1
-2
/
+2
2014-11-16
net: dsa: replace count*size kmalloc by kmalloc_array
Fabian Frederick
1
-1
/
+2
2014-11-16
openvswitch: use PTR_ERR_OR_ZERO
Fabian Frederick
1
-3
/
+1
2014-11-16
tipc: allow one link per bearer to neighboring nodes
Holger Brunck
1
-2
/
+3
2014-11-14
Revert "fast_hash: avoid indirect function calls"
Jay Vosburgh
6
-98
/
+93
2014-11-14
openvswitch: Fix build failure.
Pravin B Shelar
1
-4
/
+2
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
419
-2476
/
+3955
2014-11-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2014-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
77
-376
/
+784
2014-11-13
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
19
-76
/
+240
2014-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
3
-40
/
+138
[next]