Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e83726b0460f4741c8f10e1488fbcc0a9e5f0b7e
e83726b
l2tp: small cleanup
by Eric Dumazet
· 14 years ago
612eef4
can: mcp251x: fix generation of error frames
by Marc Kleine-Budde
· 14 years ago
5601b2d
can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is set
by Marc Kleine-Budde
· 14 years ago
1e55659
can-raw: add msg_flags to distinguish local traffic
by Oliver Hartkopp
· 14 years ago
32a875a
9p: client code cleanup
by stephen hemminger
· 14 years ago
ff51bf8
rds: make local functions/variables static
by stephen hemminger
· 14 years ago
d0c2b0d
napi: unexport napi_reuse_skb
by stephen hemminger
· 14 years ago
a0e0036
tipc: delete needless memset from bearer enabling.
by Allan Stephens
· 14 years ago
13eea19
drivers/net/ax88796.c: Return error code in failure
by Julia Lawall
· 14 years ago
afed4cc
b44: fix resume, request_irq after hw reset
by James Hogan
· 14 years ago
31b9c19
cxgb4: function namespace cleanup (v3)
by stephen hemminger
· 14 years ago
b003f4e
CAPI: Silence lockdep warning on get_capi_appl_by_nr usage
by Jan Kiszka
· 14 years ago
1e253c3
bridge: Forward reserved group addresses if !STP
by Benjamin Poirier
· 14 years ago
a5c30b3
net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
be8c648
phy/marvell: fix 88e1121 support
by Arnaud Patard
· 14 years ago
27ab760
ixgbe: add a refcnt when turning on/off FCoE offload capability
by Yi Zou
· 14 years ago
de1036b
ixgbe: fix stats handling
by Eric Dumazet
· 14 years ago
3a338cb
ixgbe: update copyright info
by Emil Tantilov
· 14 years ago
e47dfcd
jme: Advance version number
by Guo-Fu Tseng
· 14 years ago
334fbbb
jme: Adding mii-tool support
by Guo-Fu Tseng
· 14 years ago
ea192aa
jme: Prevent possible read re-order error
by Guo-Fu Tseng
· 14 years ago
3ee9401
jme: Add comment in jme_set_settings
by Guo-Fu Tseng
· 14 years ago
c8a8684
jme: Fix PHY power-off error
by Guo-Fu Tseng
· 14 years ago
7bfc475
bonding: cleanup: remove braces from single block statements
by Bandan Das
· 14 years ago
128ea6c
bonding: cleanup : add space around operators
by Bandan Das
· 14 years ago
7453da8
Drivers: atm: Makefile: replace the use of <module>-objs with <module>-y
by Tracey Dent
· 14 years ago
f4e8ab7
smsc95xx: generate random MAC address once, not every ifup
by Bernard Blackham
· 14 years ago
fdb246f
bnx2: Increase max rx ring size from 1K to 2K
by Michael Chan
· 14 years ago
3511c91
net_sched: remove the unused parameter of qdisc_create_dflt()
by Changli Gao
· 14 years ago
26d8ee7
bonding: make release_and_destroy static
by stephen hemminger
· 14 years ago
1c4c40c
xfrm: make xfrm_bundle_ok local
by stephen hemminger
· 14 years ago
8d8a0b1
rtnetlink: remove rtnl_kill_links
by stephen hemminger
· 14 years ago
6f747ac
xfrm6: make xfrm6_tunnel_free_spi local
by stephen hemminger
· 14 years ago
191cc68
pch_gbe: make local functions static
by stephen hemminger
· 14 years ago
ae316bb
vmxnet3: make bit twiddle routines inline
by stephen hemminger
· 14 years ago
379b738
bonding: make bond_resend_igmp_join_requests_delayed static
by stephen hemminger
· 14 years ago
d215697
sfc: make functions static
by stephen hemminger
· 14 years ago
d028023
bridge: make br_parse_ip_options static
by stephen hemminger
· 14 years ago
11165f1
socket: localize functions
by stephen hemminger
· 14 years ago
7e12bb0
netxen: make local function static.
by stephen hemminger
· 14 years ago
9b0c290
fib: introduce fib_alias_accessed() helper
by Eric Dumazet
· 14 years ago
7b5edbc
net/sched: fix missing spinlock init
by Eric Dumazet
· 14 years ago
d827d86
r8169: print errors when dma mapping fail
by Stanislaw Gruszka
· 14 years ago
fccec10
r8169: (re)init phy on resume
by Stanislaw Gruszka
· 14 years ago
323bb68
r8169: changing mtu clean up
by Stanislaw Gruszka
· 14 years ago
cac4b22
r8169: do not account fragments as packets
by Stanislaw Gruszka
· 14 years ago
48addcc
r8169: use pointer to struct device as local variable
by Stanislaw Gruszka
· 14 years ago
231aee6
r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICE
by Stanislaw Gruszka
· 14 years ago
0ecbe1c
r8169: init rx ring cleanup
by Stanislaw Gruszka
· 14 years ago
3eafe50
r8169: check dma mapping failures
by Stanislaw Gruszka
· 14 years ago
9bcc089
bnx2x: Update bnx2x to use new vlan accleration.
by Hao Zheng
· 14 years ago
f62bbb5
ixgbe: Update ixgbe to use new vlan accleration.
by Jesse Gross
· 14 years ago
7d0fd21
bnx2: Update bnx2 to use new vlan accleration.
by Jesse Gross
· 14 years ago
361ff8a
bridge: Add support for TX vlan offload.
by Jesse Gross
· 14 years ago
d5dbda2
ethtool: Add support for vlan accleration.
by Jesse Gross
· 14 years ago
3701e51
vlan: Centralize handling of hardware acceleration.
by Jesse Gross
· 14 years ago
65ac6a5
vlan: Avoid hash table lookup to find group.
by Jesse Gross
· 14 years ago
7b9c609
vlan: Enable software emulation for vlan accleration.
by Jesse Gross
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
b738127
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
by Jesse Gross
· 14 years ago
1393791
ebtables: Allow filtering of hardware accelerated vlan frames.
by Jesse Gross
· 14 years ago
53c9053
enic: Fix log message
by Vasanthy Kolluri
· 14 years ago
d058590
enic: Change min MTU
by Vasanthy Kolluri
· 14 years ago
2db77e0
enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAIT
by Vasanthy Kolluri
· 14 years ago
c76fd32
enic: Make firmware cognizant of the user set mac address
by Vasanthy Kolluri
· 14 years ago
717258b
enic: Add support for multiple hardware receive queues
by Vasanthy Kolluri
· 14 years ago
e0e8ab5
ibmveth: Free irq on error path
by Denis Kirjanov
· 14 years ago
88426f2
ibmveth: Cleanup error handling inside ibmveth_open
by Denis Kirjanov
· 14 years ago
27b75c9
net: avoid RCU for NOCACHE dst
by Eric Dumazet
· 14 years ago
e648493
net: allocate tx queues in register_netdevice
by Tom Herbert
· 14 years ago
bd25fa7
net: cleanups in RX queue allocation
by Tom Herbert
· 14 years ago
55513fb
net: fail alloc_netdev_mq if queue count < 1
by Tom Herbert
· 14 years ago
5eeaa2d
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
c5e90f5
phonet: remove the unused variable pn
by Changli Gao
· 14 years ago
f13d493
netpoll: Revert napi_poll fix for bonding driver
by Neil Horman
· 14 years ago
9ff76c9
netpoll: Remove netpoll blocking from uninit path
by Neil Horman
· 14 years ago
0683e31
bnx2x: update version to 1.60.00-3
by Dmitry Kravkov
· 14 years ago
f4a6689
bnx2x: prevent false parity error in MSI-X memory of HC block
by Vladislav Zolotarov
· 14 years ago
a0fd065
bnx2x: fix possible deadlock in HC hw block
by Dmitry Kravkov
· 14 years ago
8723e1b
inet: RCU changes in inetdev_by_index()
by Eric Dumazet
· 14 years ago
9e917dc
net: avoid a dev refcount in ip_mc_find_dev()
by Eric Dumazet
· 14 years ago
5d6076b
3c52x: remove IRQF_SAMPLE_RANDOM from legacy MCA drivers.
by Paul Gortmaker
· 14 years ago
45b0cb8
bonding: Re-enable netpoll over bonding
by Neil Horman
· 14 years ago
3b410a3
bonding: Fix netconsole to not deadlock on rmmod
by Neil Horman
· 14 years ago
990c3d6
bonding: Fix napi poll for bonding driver
by Neil Horman
· 14 years ago
e843fa5
bonding: Fix deadlock in bonding driver resulting from internal locking when using netpoll
by Neil Horman
· 14 years ago
c2355e1
bonding: Fix bonding drivers improper modification of netpoll structure
by Neil Horman
· 14 years ago
c6ce385
e1000e: Fix for offline diag test failure at first call
by Carolyn Wyborny
· 14 years ago
a771433
igbvf: Remove unneeded pm_qos* calls
by Greg Rose
· 14 years ago
12dcd86
igb: fix stats handling
by Eric Dumazet
· 14 years ago
dce87b9
netxen: mask correctable error
by amit salecha
· 14 years ago
7a9905e
netxen: fix race in tx stop queue
by Rajesh Borundia
· 14 years ago
3666e0b
qlcnic: update ethtool stats
by amit salecha
· 14 years ago
27a954b
IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()
by Andy Walls
· 14 years ago
a47d605
Merge branch 'can/mcp251x-for-net-next' of git://git.pengutronix.de/git/mkl/linux-2.6
by David S. Miller
· 14 years ago
d8e6271
bnx2x: update version to 1.60.00-2
by Dmitry Kravkov
· 14 years ago
030f335
bnx2x: remove unnecessary FUNC_FLG_RSS flag and related
by Dmitry Kravkov
· 14 years ago
c8e4f48
bnx2x: Use correct FW constant for header padding
by Dmitry Kravkov
· 14 years ago
adf5f6a
bnx2x: do not deal with power if no capability
by Dmitry Kravkov
· 14 years ago
e3dba81
bnx2x: remove redundant commands during error handling
by Dmitry Kravkov
· 14 years ago
Next »