index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
neighbour.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-17
net: stmmac: mdio: remove reset gpio free
Srinivas Kandagatla
1
-1
/
+0
2014-01-17
net: stmmac: support max-speed device tree property
Srinivas Kandagatla
3
-1
/
+8
2014-01-17
net: mvneta: make mvneta_txq_done() return void
Arnaud Ebalard
1
-5
/
+4
2014-01-17
net: mvneta: mvneta_tx_done_gbe() cleanups
Arnaud Ebalard
1
-13
/
+4
2014-01-17
net: mvneta: implement rx_copybreak
willy tarreau
1
-6
/
+38
2014-01-17
net: mvneta: convert to build_skb()
willy tarreau
1
-14
/
+35
2014-01-17
net: mvneta: prefetch next rx descriptor instead of current one
willy tarreau
1
-1
/
+1
2014-01-17
net: mvneta: simplify access to the rx descriptor status
willy tarreau
1
-13
/
+12
2014-01-17
net: mvneta: factor rx refilling code
willy tarreau
1
-20
/
+3
2014-01-17
net: mvneta: remove tests for impossible cases in the tx_done path
willy tarreau
1
-6
/
+9
2014-01-17
net: mvneta: replace Tx timer with a real interrupt
willy tarreau
1
-59
/
+12
2014-01-17
net: mvneta: add missing bit descriptions for interrupt masks and causes
willy tarreau
1
-2
/
+42
2014-01-17
net: mvneta: do not schedule in mvneta_tx_timeout
willy tarreau
1
-11
/
+0
2014-01-17
net: mvneta: use per_cpu stats to fix an SMP lock up
willy tarreau
1
-29
/
+55
2014-01-17
net: mvneta: increase the 64-bit rx/tx stats out of the hot path
willy tarreau
1
-4
/
+11
2014-01-16
carl9170: use ath_is_mybeacon
Oleksij Rempel
1
-6
/
+3
2014-01-16
ath5k: use ath_is_mybeacon
Oleksij Rempel
1
-25
/
+8
2014-01-16
ath9k_htc: use ath_is_mybeacon
Oleksij Rempel
1
-3
/
+1
2014-01-16
ath9k: use ath_is_mybeacon
Oleksij Rempel
1
-16
/
+4
2014-01-16
ath: add common function ath_is_mybeacon
Oleksij Rempel
2
-0
/
+10
2014-01-16
mwifiex: export threshold value and retry limit to cfg80211
Ujjal Roy
1
-0
/
+14
2014-01-16
mwifiex: fix wrong 11ac bits setting in fw_cap_info
Bing Zhao
1
-1
/
+1
2014-01-16
wil6210: correct #include for prefetch()
Vladimir Kondratiev
1
-1
/
+1
2014-01-16
ath9k: Fix possible overflow condition
Sujith Manoharan
1
-1
/
+1
2014-01-16
ath9k: Fix IQ calibration
Sujith Manoharan
1
-2
/
+15
2014-01-16
ath9k: Fix error reported by smatch
Sujith Manoharan
1
-1
/
+1
2014-01-16
brcmfmac: handle SDIO card removal
Arend van Spriel
5
-87
/
+102
2014-01-16
brcmfmac: initialize escan function pointer during scheduled scan
Arend van Spriel
1
-0
/
+1
2014-01-16
brcmfmac: rename chip and core related structures
Arend van Spriel
3
-42
/
+41
2014-01-16
brcmfmac: restructure brcmf_sdio_chip_recognition()
Arend van Spriel
2
-167
/
+167
2014-01-16
brcmfmac: rework firmware download code
Arend van Spriel
3
-60
/
+40
2014-01-16
brcmfmac: update core reset and disable routines.
Hante Meuleman
3
-57
/
+106
2014-01-16
brcmfmac: Create common nvram parsing routines.
Hante Meuleman
6
-190
/
+208
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
155
-155
/
+0
2014-01-16
neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.
Jiri Pirko
2
-2
/
+7
2014-01-16
ixgbe: Clear head write-back registers on VF reset
Alexander Duyck
2
-0
/
+17
2014-01-16
ixgbe: Force QDE via PFQDE for VFs during reset
Alexander Duyck
2
-3
/
+18
2014-01-16
ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE
Thomas Haller
1
-75
/
+109
2014-01-16
ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes
Thomas Haller
2
-6
/
+14
2014-01-16
Revert "batman-adv: drop dependency against CRC16"
David S. Miller
1
-0
/
+1
2014-01-16
sctp: create helper function to enable|disable sackdelay
wangweidong
1
-18
/
+19
2014-01-16
ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper
Li RongQing
5
-6
/
+8
2014-01-16
be2net: update driver version to 10.0.x
Sathya Perla
1
-1
/
+1
2014-01-16
be2net: cleanup wake-on-lan code
Suresh Reddy
4
-35
/
+19
2014-01-16
be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-id
Suresh Reddy
3
-17
/
+23
2014-01-16
be2net: do not use frag index in the RX-compl entry
Suresh Reddy
2
-22
/
+9
2014-01-16
be2net: Remove "10Gbps" from driver description string
Suresh Reddy
1
-1
/
+1
2014-01-16
be2net: fix incorrect setting of cmd_privileges for VFs
Suresh Reddy
3
-11
/
+15
2014-01-16
be2net: ignore mac-addr set call for an already programmed mac-addr
Vasundhara Volam
1
-0
/
+6
2014-01-16
be2net: do not call be_set/get_fw_log_level() on Skyhawk-R
Vasundhara Volam
4
-97
/
+82
[prev]
[next]