Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e6afc8ace6dd5cef5e812f26c72579da8806f5ac
e6afc8a
udp: remove headers from UDP packets before queueing
by samanthakumar
· 9 years ago
b9bb53f
sock: convert sk_peek_offset functions to WRITE_ONCE
by Willem de Bruijn
· 9 years ago
e43d15c
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 9 years ago
f1cc809
Merge branch 'bnxt_en-next'
by David S. Miller
· 9 years ago
29c262f
bnxt_en: Improve ethtool .get_settings().
by Michael Chan
· 9 years ago
9d9cee0
bnxt_en: Check for valid forced speed during ethtool -s.
by Michael Chan
· 9 years ago
4bb13ab
bnxt_en: Add unsupported SFP+ module warnings.
by Michael Chan
· 9 years ago
25be862
bnxt_en: Set async event bits when registering with the firmware.
by Michael Chan
· 9 years ago
72b34f0
bnxt_en: Add get_eee() and set_eee() ethtool support.
by Michael Chan
· 9 years ago
939f7f0
bnxt_en: Add EEE setup code.
by Michael Chan
· 9 years ago
170ce01
bnxt_en: Add basic EEE support.
by Michael Chan
· 9 years ago
c9ee951
bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface.
by Michael Chan
· 9 years ago
11f15ed
bnxt_en: Update to Firmware 1.2.2 spec.
by Michael Chan
· 9 years ago
04c85bf
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 9 years ago
0ea7fae
fm10k: use ethtool_rxfh_indir_default for default redirection table
by Jacob Keller
· 9 years ago
d8ec92f
fm10k: fix a minor typo in some comments
by Jacob Keller
· 9 years ago
4be37c4
fm10k: correctly clean up when init_queueing_scheme fails
by Jacob Keller
· 9 years ago
c4114e3
fm10k: prevent possibly uninitialized variable
by Bruce Allan
· 9 years ago
d2e0721
fm10k: add helper functions to set strings and data for ethtool stats
by Jacob Keller
· 9 years ago
c8ed563
fm10k: free MBX IRQ before clearing interrupt scheme
by Jacob Keller
· 9 years ago
61e0217
fm10k: print error message when stop_hw fails
by Jacob Keller
· 9 years ago
b352569
fm10k: base queue scheme covered by RSS
by Jacob Keller
· 9 years ago
e72319b
fm10k: don't initialize service task until later in probe
by Jacob Keller
· 9 years ago
de66c61
fm10k: prevent null pointer dereference of msix_entries table
by Jacob Keller
· 9 years ago
11c49f7
fm10k: use ether_addr_copy to copy MAC address
by Bruce Allan
· 9 years ago
1905add
fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
by Bruce Allan
· 9 years ago
838e610
fm10k: demote BUG_ON() to WARN_ON() where appropriate
by Bruce Allan
· 9 years ago
fcdb0a9
fm10k: cleanup remaining right-bit-shifted 1
by Bruce Allan
· 9 years ago
1aab144
fm10k: Move constants to the right of binary operators
by Bruce Allan
· 9 years ago
50f26a5
i40e/i40evf: Bump patch from 1.4.25 to 1.5.1
by Catherine Sullivan
· 9 years ago
55f7d72
i40e: Change comment to reflect correct function name
by Mitch Williams
· 9 years ago
19b73d8
i40evf: Add additional check for reset
by Mitch Williams
· 9 years ago
56e5ca6
i40e: Change unknown event error msg to ignore message
by Shannon Nelson
· 9 years ago
7e5a313
i40e: Added code to prevent double resets
by Mitch Williams
· 9 years ago
d3ce5734
i40e: Notify VFs of all resets
by Mitch Williams
· 9 years ago
c99abb4
i40e: Remove timer and task only if created
by Shannon Nelson
· 9 years ago
265bee7
Merge branch 'mlxsw-next'
by David S. Miller
· 9 years ago
2bf9a58
mlxsw: spectrum: Add support for physical port names
by Ido Schimmel
· 9 years ago
75f3a10
switchdev: Use switch ID in suggested udev rule
by Ido Schimmel
· 9 years ago
b555cf4
mlxsw: spectrum: Reduce number of supported 802.1D bridges
by Ido Schimmel
· 9 years ago
de03d2b
i40e: Assure that adminq is alive in debug mode
by Shannon Nelson
· 9 years ago
6927839
i40e: Remove MSIx only if created
by Shannon Nelson
· 9 years ago
6182902
i40e: Fix up return code
by Jesse Brandeburg
· 9 years ago
b6cacca
i40e: Save off VSI resource count when updating VSI
by Kevin Scott
· 9 years ago
b7c3593
i40e/i40evf: Remove I40E_MAX_USER_PRIORITY define
by Catherine Sullivan
· 9 years ago
4ea6239
i40e/i40evf: Fix casting in transmit code
by Jesse Brandeburg
· 9 years ago
a619afe
i40e/i40evf: Add support for bulk free in Tx cleanup
by Alexander Duyck
· 9 years ago
f2edaaa
i40e/i40evf: Fix handling of boolean logic in polling routines
by Alexander Duyck
· 9 years ago
311f23e
i40evf: remove dead code
by Alan Cox
· 9 years ago
5c4654d
i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K
by Alexander Duyck
· 9 years ago
08ca387
i40e: call ndo_stop() instead of dev_close() when running offline selftest
by Stefan Assmann
· 9 years ago
15f41e2
Merge branch 'tcp-udp-misc'
by David S. Miller
· 9 years ago
4ce7e93
tcp: rate limit ACK sent by SYN_RECV request sockets
by Eric Dumazet
· 9 years ago
a9d6532
ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()
by Eric Dumazet
· 9 years ago
9caad86
tcp: increment sk_drops for listeners
by Eric Dumazet
· 9 years ago
532182c
tcp: increment sk_drops for dropped rx packets
by Eric Dumazet
· 9 years ago
1523930
sock_diag: add SK_MEMINFO_DROPS
by Eric Dumazet
· 9 years ago
3b24d85
tcp/dccp: do not touch listener sk_refcnt under synflood
by Eric Dumazet
· 9 years ago
3a5d1c0
inet: reqsk_alloc() needs to take care of dead listeners
by Eric Dumazet
· 9 years ago
2d33191
tcp/dccp: use rcu locking in inet_diag_find_one_icsk()
by Eric Dumazet
· 9 years ago
ee3cf32
tcp/dccp: remove BH disable/enable in lookup
by Eric Dumazet
· 9 years ago
ca065d0
udp: no longer use SLAB_DESTROY_BY_RCU
by Eric Dumazet
· 9 years ago
a4298e4
net: add SOCK_RCU_FREE socket flag
by Eric Dumazet
· 9 years ago
43e2dfb
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 9 years ago
6e33804
Merge branch 'mv88e6131-hw-bridging-6185'
by David S. Miller
· 9 years ago
26892ff
net: dsa: mv88e6131: enable hardware bridging
by Vivien Didelot
· 9 years ago
f93dd04
net: dsa: mv88e6xxx: map destination addresses for 6185
by Vivien Didelot
· 9 years ago
11ea809
net: dsa: mv88e6xxx: support 256 databases
by Vivien Didelot
· 9 years ago
f74df0b
net: dsa: mv88e6xxx: variable number of databases
by Vivien Didelot
· 9 years ago
b426e5f
net: dsa: mv88e6xxx: protect FID registers access
by Vivien Didelot
· 9 years ago
2e7bd5e
net: dsa: mv88e6xxx: protect SID register access
by Vivien Didelot
· 9 years ago
0c5a616
ixgbe: Add support for toggling VLAN filtering flag via ethtool
by Alexander Duyck
· 9 years ago
4ae7834
ixgbe: Extend cls_u32 offload to support UDP headers
by Amritha Nambiar
· 9 years ago
dbd15b8
ixgbe: Place SWFW semaphore in known valid state at probe
by Don Skidmore
· 9 years ago
c04f90e
ixgbe: add a callback to set the maximum transmit bitrate
by Rostislav Pehlivanov
· 9 years ago
afdc71e
ixgbe: Fix flow control for Xeon D KR backplane
by Mark Rustad
· 9 years ago
cb2b3ed
ixgbevf: Add support for generic Tx checksums
by Alexander Duyck
· 9 years ago
49763de
ixgbe: Add support for generic Tx checksums
by Alexander Duyck
· 9 years ago
c7374b5
ixgbe: use eth_platform_get_mac_address()
by Sowmini Varadhan
· 9 years ago
3768901
ixgbe: Make all unchanging ops structures const
by Mark Rustad
· 9 years ago
06bb1c3
ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA
by Alexander Duyck
· 9 years ago
9ef280c
irda: sh_irda: remove driver
by Simon Horman
· 9 years ago
acf195a
Merge branch 'macb-coding-style'
by David S. Miller
· 9 years ago
88023be
net: macb: Fix simple typo
by Moritz Fischer
· 9 years ago
eefb52d
net: macb: Use ether_addr_copy over memcpy
by Moritz Fischer
· 9 years ago
aa50b55
net: macb: Fix coding style suggestions
by Moritz Fischer
· 9 years ago
64ec42f
net: macb: Fix coding style warnings
by Moritz Fischer
· 9 years ago
96ec631
net: macb: Fix coding style error message
by Moritz Fischer
· 9 years ago
f51bdc2
ravb: Add dma queue interrupt support
by Kazuya Mizuguchi
· 9 years ago
18be4fc
ixgbe: Do not allow PF to add VLVF entry unless it actually needs it
by Alexander Duyck
· 9 years ago
1d96cf9
ixgbe: Extend trust to allow guest to set unicast address
by chas williams
· 9 years ago
d5dd7c3
ixgbevf: use bit operations for setting and checking resets
by Emil Tantilov
· 9 years ago
9d2355b
Merge branch 'cmsg_timestamp'
by David S. Miller
· 9 years ago
fd91e12
sock: document timestamping via cmsg in Documentation
by Soheil Hassas Yeganeh
· 9 years ago
c14ac94
sock: enable timestamping using control messages
by Soheil Hassas Yeganeh
· 9 years ago
ad1e46a
ipv6: process socket-level control messages in IPv6
by Soheil Hassas Yeganeh
· 9 years ago
24025c4
ipv4: process socket-level control messages in IPv4
by Soheil Hassas Yeganeh
· 9 years ago
3dd17e6
sock: accept SO_TIMESTAMPING flags in socket cmsg
by Soheil Hassas Yeganeh
· 9 years ago
6b08492
tcp: use one bit in TCP_SKB_CB to mark ACK timestamps
by Soheil Hassas Yeganeh
· 9 years ago
6db8b96
tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFO
by Soheil Hassas Yeganeh
· 9 years ago
Next »