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
2013-08-21
sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_size
Ben Hutchings
4
-32
/
+37
2013-08-21
sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_iface
Ben Hutchings
1
-11
/
+9
2013-08-21
sfc: Fix race in completion handling
Ben Hutchings
1
-15
/
+10
2013-08-21
sfc: Add support for MCDI v2
Ben Hutchings
6
-55
/
+127
2013-08-21
sfc: Update MCDI protocol definitions for EF10
Ben Hutchings
3
-342
/
+5196
2013-08-21
sfc: Translate MCDI error numbers received in events
Ben Hutchings
2
-29
/
+37
2013-08-21
sfc: Move and rename Falcon/Siena common NIC operations
Ben Hutchings
9
-1858
/
+2088
2013-08-21
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
9
-48
/
+59
2013-08-21
sfc: Remove bogus call to efx_release_tx_buffers()
Ben Hutchings
1
-11
/
+0
2013-08-21
sfc: Stop RX refill before flushing RX queues
Ben Hutchings
4
-9
/
+13
2013-08-21
sfc: Limit scope of a Falcon A1 IRQ workaround
Ben Hutchings
3
-10
/
+2
2013-08-21
sfc: Rework IRQ enable/disable
Ben Hutchings
4
-59
/
+112
2013-08-21
sfc: Remove efx_process_channel_now()
Ben Hutchings
4
-81
/
+3
2013-08-21
sfc: Rename Falcon-architecture register definitions
Ben Hutchings
8
-10
/
+10
2013-08-21
sfc: Make struct efx_special_buffer less special
Ben Hutchings
2
-43
/
+37
2013-08-21
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
9
-14
/
+19
2013-08-21
sfc: Make MCDI independent of Siena
Ben Hutchings
5
-77
/
+157
2013-08-21
sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()
Ben Hutchings
3
-9
/
+6
2013-08-21
sfc: Collect all MCDI port functions into mcdi_port.c
Ben Hutchings
7
-306
/
+242
2013-08-21
sfc: Move efx_mcdi_mac_reconfigure() to siena.c and rename
Ben Hutchings
3
-23
/
+22
2013-08-21
sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module
Ben Hutchings
3
-31
/
+30
2013-08-21
sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()
Ben Hutchings
4
-29
/
+34
2013-08-21
sfc: Ensure MCDI buffers, but not lengths, are dword aligned
Ben Hutchings
3
-31
/
+46
2013-08-21
sfc: Use proper macros to declare and access MCDI arrays
Ben Hutchings
6
-94
/
+85
2013-08-21
sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific code
Ben Hutchings
2
-4
/
+7
2013-08-21
sfc: Fill out the set of MCDI accessors
Ben Hutchings
1
-10
/
+32
2013-08-21
sfc: Rationalise MCDI buffer accessors
Ben Hutchings
1
-26
/
+20
2013-08-21
sfc: Introduce and use MCDI_DECLARE_BUF macro
Ben Hutchings
7
-56
/
+66
2013-08-21
sfc: Move more Falcon-specific code and definitions into falcon.c
Ben Hutchings
5
-666
/
+538
2013-08-21
sfc: Move details of a Falcon bug workaround out of ethtool.c
Ben Hutchings
5
-23
/
+31
2013-08-21
sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nic
Ben Hutchings
1
-2
/
+1
2013-08-21
sfc: const-qualify source pointers for MMIO write functions
Ben Hutchings
1
-8
/
+10
2013-08-21
Merge branch 'sfc-3.11'
Ben Hutchings
1
-1
/
+1
2013-08-21
sfc: Fix lookup of default RX MAC filters when steered using ethtool
Ben Hutchings
1
-1
/
+1
2013-08-20
Merge branch 'openvswitch_vxlan'
David S. Miller
8
-140
/
+477
2013-08-20
openvswitch: Add vxlan tunneling support.
Pravin B Shelar
6
-0
/
+236
2013-08-20
vxlan: Add tx-vlan offload support.
Pravin B Shelar
1
-1
/
+15
2013-08-20
vxlan: Improve vxlan headroom calculation.
Pravin B Shelar
1
-4
/
+9
2013-08-20
vxlan: Factor out vxlan send api.
Pravin B Shelar
2
-37
/
+62
2013-08-20
vxlan: Extend vxlan handlers for openvswitch.
Pravin B Shelar
2
-26
/
+50
2013-08-20
vxlan: Add vxlan recv demux.
Pravin B Shelar
1
-36
/
+67
2013-08-20
vxlan: Restructure vxlan receive.
Pravin B Shelar
1
-15
/
+7
2013-08-20
vxlan: Restructure vxlan socket apis.
Pravin B Shelar
1
-41
/
+51
2013-08-20
r8152: add comments
hayeswang
1
-0
/
+5
2013-08-20
r8152: adjust tx_bottom function
hayeswang
1
-66
/
+68
2013-08-20
r8152: move some declearation of variables
hayeswang
1
-15
/
+14
2013-08-20
r8152: adjust some duplicated code
hayeswang
1
-27
/
+28
2013-08-20
r8152: replace lockflags with flags
hayeswang
1
-24
/
+24
2013-08-20
r8152: replace void * with struct r8152 *
hayeswang
1
-2
/
+4
2013-08-20
r8152: remove clearing the memory to zero for netdev priv
hayeswang
1
-1
/
+0
[next]