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
2016-05-09
net: dsa: mv88e6131: use EDSA tag protocol
Vivien Didelot
2
-2
/
+2
2016-05-09
net: dsa: mv88e6xxx: factorize switch setup
Vivien Didelot
6
-98
/
+38
2016-05-09
net: dsa: mv88e6131: drop frames priorities setup
Vivien Didelot
1
-18
/
+0
2016-05-09
net: dsa: mv88e6xxx: factorize GLOBAL_CONTROL_2 setup
Vivien Didelot
5
-60
/
+7
2016-05-09
net: dsa: mv88e6xxx: factorize GLOBAL_MONITOR_CONTROL setup
Vivien Didelot
5
-56
/
+12
2016-05-09
net: dsa: mv88e6131: drop VLAN Ethertype setup
Vivien Didelot
1
-5
/
+0
2016-05-09
net: dsa: mv88e6xxx: factorize GLOBAL_CONTROL setup
Vivien Didelot
5
-37
/
+13
2016-05-09
net: dsa: mv88e6xxx: factorize global setup
Vivien Didelot
6
-70
/
+56
2016-05-09
net: dsa: mv88e6xxx: factorize switch reset
Vivien Didelot
6
-83
/
+76
2016-05-09
net: dsa: mv88e6xxx: factorize ATU access
Vivien Didelot
3
-6
/
+36
2016-05-09
net: dsa: mv88e6xxx: factorize VTU access
Vivien Didelot
3
-6
/
+39
2016-05-09
net: dsa: mv88e6xxx: factorize bridge support
Vivien Didelot
4
-8
/
+43
2016-05-09
net: dsa: mv88e6131: add registers access
Vivien Didelot
2
-1
/
+7
2016-05-09
net: dsa: mv88e6xxx: factorize EEE access
Vivien Didelot
5
-2
/
+21
2016-05-09
net: dsa: mv88e6xxx: factorize MAC address setting
Vivien Didelot
6
-9
/
+30
2016-05-09
net: dsa: mv88e6xxx: factorize temperature access
Vivien Didelot
5
-7
/
+36
2016-05-09
net: dsa: mv88e6xxx: factorize EEPROM access
Vivien Didelot
6
-211
/
+236
2016-05-09
net: dsa: mv88e6xxx: factorize PHY indirect access
Vivien Didelot
4
-46
/
+21
2016-05-09
net: dsa: mv88e6xxx: factorize PHY access with PPU
Vivien Didelot
4
-66
/
+43
2016-05-09
net: dsa: mv88e6xxx: add flags to info
Vivien Didelot
5
-0
/
+38
2016-05-09
Merge branch 'sh_eth-sw-reset'
David S. Miller
1
-9
/
+3
2016-05-09
sh_eth: reuse sh_eth_chip_reset()
Sergei Shtylyov
1
-9
/
+2
2016-05-09
sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()
Sergei Shtylyov
1
-2
/
+3
2016-05-09
pxa168_eth: mdiobus_scan() doesn't return NULL anymore
Sergei Shtylyov
1
-2
/
+0
2016-05-09
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
8
-53
/
+180
2016-05-09
tcp: refactor struct tcp_skb_cb
Lawrence Brakmo
1
-3
/
+8
2016-05-09
ifb: support more features
Eric Dumazet
1
-0
/
+3
2016-05-08
net: make sch_handle_ingress() drop monitor ready
Eric Dumazet
1
-1
/
+3
2016-05-08
ISDN: eicon: replace custom hex_asc_lo() / hex_pack_byte()
Andy Shevchenko
1
-14
/
+7
2016-05-08
fq_codel: add memory limitation per queue
Eric Dumazet
2
-3
/
+27
2016-05-08
net: Add Qualcomm IPC router
Courtney Cavin
9
-1
/
+1198
2016-05-08
soc: qcom: smd: Introduce compile stubs
Bjorn Andersson
1
-1
/
+27
2016-05-07
cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabled
Hariprasad Shenai
1
-18
/
+20
2016-05-06
mlxsw: spectrum: Fix ordering in mlxsw_sp_fini
Jiri Pirko
1
-1
/
+1
2016-05-06
macvtap: add namespace support to the sysfs device class
Marc Angel
1
-10
/
+26
2016-05-06
ipv4: tcp: ip_send_unicast_reply() is not BH safe
Eric Dumazet
1
-4
/
+4
2016-05-06
Merge branch 'bpf-direct-pkt-access'
David S. Miller
14
-82
/
+1004
2016-05-06
samples/bpf: add verifier tests
Alexei Starovoitov
1
-0
/
+80
2016-05-06
samples/bpf: add 'pointer to packet' tests
Alexei Starovoitov
5
-0
/
+281
2016-05-06
bpf: add documentation for 'direct packet access'
Alexei Starovoitov
1
-2
/
+83
2016-05-06
bpf: wire in data and data_end for cls_act_bpf
Alexei Starovoitov
4
-6
/
+65
2016-05-06
bpf: improve verifier state equivalence
Alexei Starovoitov
1
-20
/
+3
2016-05-06
bpf: direct packet access
Alexei Starovoitov
3
-8
/
+440
2016-05-06
bpf: cleanup verifier code
Alexei Starovoitov
1
-47
/
+53
2016-05-06
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
15
-1262
/
+1062
2016-05-06
Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]
Tedd Ho-Jeong An
1
-5
/
+6
2016-05-06
net: vrf: Create FIB tables on link create
David Ahern
3
-2
/
+13
2016-05-06
cnic: call cp->stop_hw() in cnic_start_hw() on allocation failure
Jon Maxwell
1
-1
/
+4
2016-05-05
i40e: constify i40e_client_ops structure
Julia Lawall
2
-2
/
+2
2016-05-05
i40e: fix misleading indentation
Arnd Bergmann
1
-1
/
+2
[next]