Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3ed69d7e318ce17c77d91fd09a963cf48ce3a8a9
3ed69d7
ixgbe: use typed min/max functions where possible
by Jesse Brandeburg
· 13 years ago
9cdcf09
ixgbe: fix obvious return value bug.
by Don Skidmore
· 13 years ago
621bd70
ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr
by Alexander Duyck
· 13 years ago
bdda1a6
ixgbe: Do not disable read relaxed ordering when DCA is enabled
by Alexander Duyck
· 13 years ago
5edc446
ixgb: Remove unnecessary defines, use pr_debug
by Joe Perches
· 13 years ago
3832b26
ixgbe: Simplify logic for ethtool loopback frame creation and testing
by Alexander Duyck
· 13 years ago
a557928
ixgbe: Add iterator for cycling through rings on a q_vector
by Alexander Duyck
· 13 years ago
de88eee
ixgbe: Allocate rings as part of the q_vector
by Alexander Duyck
· 13 years ago
b9f6ed2
ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr
by Alexander Duyck
· 13 years ago
8f15486
ixgbe: Default to queue pairs when number of queues is less than CPUs
by Alexander Duyck
· 13 years ago
5d967eb
ixgbe: Correct Adaptive Interrupt Moderation so that it will change values
by Alexander Duyck
· 13 years ago
e954b37
ixgbe: Address issues with Tx WHTRESH value not being set correctly
by Alexander Duyck
· 13 years ago
46646e6
ixgbe: Reorder adapter contents for better cache utilization
by Alexander Duyck
· 13 years ago
7f83a9e
ixgbe: Do no clear Tx status bits since eop_desc provides enough info
by Alexander Duyck
· 13 years ago
b37c0fb
net: Add memory barriers to prevent possible race in byte queue limits
by Alexander Duyck
· 13 years ago
5c49035
net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF state
by Alexander Duyck
· 13 years ago
b2d96e0
ixgbe: add support for byte queue limits
by Alexander Duyck
· 13 years ago
35551c4
ixgbe: remove tie between NAPI work limits and interrupt moderation
by Jeff Kirsher
· 13 years ago
51a76c3
igb: fix ethtool offline test
by Jeff Kirsher
· 13 years ago
f124488
bnx2x: code doesn't use stats for allocating Rx BDs
by Dmitry Kravkov
· 13 years ago
241fb5d
bnx2x: ethtool returns req. AN even when AN fails
by Yuval Mintz
· 13 years ago
3829846
bnx2x: ethtool now returns unknown speed/duplex
by Yuval Mintz
· 13 years ago
9ce392d
bnx2x: mark functions as loaded on shared memory
by Yuval Mintz
· 13 years ago
259afa1
bnx2x: use param's id instead of sp_obj's id
by Yuval Mintz
· 13 years ago
33ac338
bnx2x: set_one_mac_e1x uses raw's state as input
by Yuval Mintz
· 13 years ago
c121089
bnx2x: removed unused function bnx2x_queue_set_cos_cid
by Yuval Mintz
· 13 years ago
0a52fd0
bnx2x: move LLH_CAM to header, apply naming conventions
by Yuval Mintz
· 13 years ago
b737011
lpc32xx: Added ethernet driver
by stigge@antcom.de
· 13 years ago
1f5f3a7
net/hyperv: Add support for vlan trunking from guests
by Haiyang Zhang
· 13 years ago
ef31bef
net/hyperv: Fix data corruption in rndis_filter_receive()
by Haiyang Zhang
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
43db362
net: get rid of some pointless casts to sockaddr
by Maciej Żenczykowski
· 13 years ago
8b2aaed
ipv6: Fix Smatch warning.
by Li Wei
· 13 years ago
7fbc415
MAINTAINERS: add an entry for the PHC code
by Richard Cochran
· 13 years ago
5047fb5
r8169: enable transmit time stamping.
by Richard Cochran
· 13 years ago
a997cbb3
drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to request_irq and free_irq are compatible
by Julia Lawall
· 13 years ago
5eac5f6
drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatible
by Julia Lawall
· 13 years ago
e3abcc2
caif: make zero a legal caif connetion id.
by sjur.brandeland@stericsson.com
· 13 years ago
374458b
caif: Fix for a race in socket transmit with flow control.
by Dmitry Tarnyagin
· 13 years ago
e8abbe0
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 13 years ago
bb092c0
Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux
by David S. Miller
· 13 years ago
40e0c4f
batman-adv: Remove spaces after a cast
by Sven Eckelmann
· 13 years ago
96741ad
batman-adv: Use {} braces consistent on the arms of a statement
by Sven Eckelmann
· 13 years ago
21a1236
batman-adv: Don't begin block comments with only a /* line
by Sven Eckelmann
· 13 years ago
86ceb36
batman-adv: Ignore 80-chars per line limits for strings
by Sven Eckelmann
· 13 years ago
92a7c4e
r8169: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
31fa8b1
r8169: move rtl_cfg_info closer to its caller.
by Francois Romieu
· 13 years ago
dc1c00c
r8169: move the netpoll handler after the irq handler.
by Francois Romieu
· 13 years ago
df43ac7
r8169: move rtl8169_open after rtl_task it depends on.
by Francois Romieu
· 13 years ago
e6b763e
r8169: move rtl_set_rx_mode before its rtl_hw_start callers.
by Francois Romieu
· 13 years ago
fa9c385
r8169: move net_device_ops beyond the methods it references.
by Francois Romieu
· 13 years ago
3b6cf25
r8169: move the driver probe method to the end of the driver file.
by Francois Romieu
· 13 years ago
e27566e
r8169: move the driver removal method to the end of the driver file.
by Francois Romieu
· 13 years ago
a320757
net: powerpc: remove the legacy iSeries ethernet driver
by Stephen Rothwell
· 13 years ago
d503859
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next
by David S. Miller
· 13 years ago
d8d78949
ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.
by David S. Miller
· 13 years ago
4d29515
net: Use bool in netdevice.h helpers.
by David S. Miller
· 13 years ago
bdcc092
net: Use bool in skbuff.h helper functions.
by David S. Miller
· 13 years ago
6a91395
ipv4: Make ip_rcv_options() return bool.
by David S. Miller
· 13 years ago
ba57b4d
ipv4: Make ip_call_ra_chain() return bool.
by David S. Miller
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1a0bdad
net/pch_gbe: supports eg20t ptp clock
by Takahiroi Shimizu
· 13 years ago
863d08e
supports eg20t ptp clock
by Takahiro Shimizu
· 13 years ago
a7f4255
x86: Derandom delay_tsc for 64 bit
by Thomas Gleixner
· 13 years ago
c447064
Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 13 years ago
8cd5c86
MAINTAINERS: new git entry for arm/mach-msm
by David Brown
· 13 years ago
74dd152
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
1745e44
iwlwifi: fix the delta for remove max_txq_num patch
by Wey-Yi Guy
· 13 years ago
9ba1947
iwlwifi: fix cmd_queue number merge
by Wey-Yi Guy
· 13 years ago
3dc420b
iwlwifi: restore PAN support
by Emmanuel Grumbach
· 13 years ago
c6f600f
iwlwifi: move command queue number out of the iwl_shared struct
by Meenakshi Venkataraman
· 13 years ago
0ab5d75
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
by Linus Torvalds
· 13 years ago
0cacaf5
Merge tag 'iommu-fixes-v3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 13 years ago
45b8da9
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
e304dfd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
9f8050c
Merge tag 'fixes-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
9a0cee7
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 13 years ago
ee0849c
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
7d77696
Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
42a6c7e
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 13 years ago
5d0edf2
Merge tag 'dm-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
by Linus Torvalds
· 13 years ago
d31b20f
net/hyperv: Use the built-in macro KBUILD_MODNAME for this driver
by Haiyang Zhang
· 13 years ago
2f2d76c
dlm: Do not allocate a fd for peeloff
by Benjamin Poirier
· 13 years ago
0343c55
sctp: Export sctp_do_peeloff
by Benjamin Poirier
· 13 years ago
8763848
mwifiex: correction in number of bitrates
by Amitkumar Karwar
· 13 years ago
d11f0ca
net/wireless: ipw2x00: remove WEXT_USECHANNELS define
by Stanislav Yakovlev
· 13 years ago
f44d4eb
mac80211: update ieee80211_tx_rate_control kerneldoc
by Simon Wunderlich
· 13 years ago
1353a7b
iwlwifi: correct status bit refactoring errors
by Don Fry
· 13 years ago
9742051
iwlwifi: don't delete AP station directly
by Johannes Berg
· 13 years ago
e6dd583
iwlwifi: make iwl_init_context static
by Johannes Berg
· 13 years ago
bada991
iwlwifi: remove messages from queue wake/stop
by Johannes Berg
· 13 years ago
8362640
iwlwifi: more status bit factoring
by Don Fry
· 13 years ago
9bdfbfa
iwlwifi: move setting up fw parameters
by Meenakshi Venkataraman
· 13 years ago
92d743a
iwlwifi: configure transport layer from dvm op mode
by Meenakshi Venkataraman
· 13 years ago
3251715
iwlwifi: log stop / wake queues
by Emmanuel Grumbach
· 13 years ago
354928dd
iwlwifi: make tx_cmd_pool kmem cache global
by Stanislaw Gruszka
· 13 years ago
9a71686
iwlwifi: separate status to priv and trans
by Don Fry
· 13 years ago
18c57d3
iwlwifi: add option to test MFP
by David Spinadel
· 13 years ago
8e81f65
iwlwifi: fixed testmode notifications length
by Amit Beka
· 13 years ago
Next »