Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
be1b6e8b5470e8311bfa1a3dfd7bd59e85a99759
be1b6e8
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
e0752a68
fm10k: clarify action when updating the VLAN table
by Ngai-Mint Kwan
· 7 years ago
6ee9868
fm10k: correct typo in fm10k_pf.c
by Ngai-Mint Kwan
· 7 years ago
74d2950
fm10k: don't assume VLAN 1 is enabled
by Jacob Keller
· 7 years ago
8c2c503
fm10k: stop adding VLAN 0 to the VLAN table
by Jacob Keller
· 7 years ago
cf315ea
fm10k: fix "failed to kill vid" message for VF
by Ngai-Mint Kwan
· 7 years ago
c8eeacb
fm10k: cleanup unnecessary parenthesis in fm10k_iov.c
by Jacob Keller
· 7 years ago
1d174e9
cxgb4: make symbol pedits static
by Wei Yongjun
· 7 years ago
b423d13
net: erspan: fix use-after-free
by William Tu
· 7 years ago
85062f8
fm10k: Fix configuration for macvlan offload
by Alexander Duyck
· 7 years ago
df262db
net: qcom/emac: extend DMA mask to 46bits
by Wang Dongsheng
· 7 years ago
5c38bd1
ip_tunnel: Use mark in skb by default
by Thomas Winter
· 7 years ago
d8f8b95
net: stmmac: do not use a bitwise AND operator with a bool operand
by Niklas Cassel
· 7 years ago
98fe9cd
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
131f1ed
Merge branch 'net-sched-propagate-extack-to-cls-offloads-on-destroy-and-only-with-skip_sw'
by David S. Miller
· 7 years ago
c846adb
net: sched: remove tc_cls_common_offload_init_deprecated()
by Jakub Kicinski
· 7 years ago
458e704
cls_u32: propagate extack to delete callback
by Jakub Kicinski
· 7 years ago
f40fe58
cls_u32: pass offload flags to tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
1b0f803
cls_flower: propagate extack to delete callback
by Jakub Kicinski
· 7 years ago
ea20594
cls_flower: pass offload flags to tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
b505b29
cls_matchall: propagate extack to delete callback
by Jakub Kicinski
· 7 years ago
93da52b
cls_matchall: pass offload flags to tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
0e908a4
cls_bpf: propagate extack to offload delete callback
by Jakub Kicinski
· 7 years ago
a6ffd6b
cls_bpf: pass offload flags to tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
f558fde
cls_bpf: remove gen_flags from bpf_offload
by Jakub Kicinski
· 7 years ago
34832e1
net: sched: prepare for reimplementation of tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
715df5e
net: sched: propagate extack to cls->destroy callbacks
by Jakub Kicinski
· 7 years ago
3a53285
igb: Clear TXSTMP when ptp_tx_work() is timeout
by Daniel Hua
· 7 years ago
13169ba
igb: Delete an error message for a failed memory allocation in igb_enable_sriov()
by Markus Elfring
· 7 years ago
888f229
igb: Free IRQs when device is hotplugged
by Lyude Paul
· 7 years ago
8299b00
e1000e: Alert the user that C-states will be disabled by enabling jumbo frames
by Matt Turner
· 7 years ago
0da6090
igb: Clarify idleslope config constraints
by Jesus Sanchez-Palencia
· 7 years ago
b701cac
e1000e: Set HTHRESH when PTHRESH is used
by Matt Turner
· 7 years ago
28cb2d1
igb: add function to get maximum RSS queues
by Zhang Shengju
· 7 years ago
177132d
igb: Allow to remove administratively set MAC on VFs
by Corinna Vinschen
· 8 years ago
46410c2e
Merge branch 'pktgen-Behavior-flags-fixes'
by David S. Miller
· 7 years ago
52e12d5
pktgen: Clean read user supplied flag mess
by Dmitry Safonov
· 7 years ago
99c6d3d
pktgen: Remove brute-force printing of flags
by Dmitry Safonov
· 7 years ago
6f107c7
pktgen: Add behaviour flags macro to generate flags/names
by Dmitry Safonov
· 7 years ago
57a5749b
pktgen: Add missing !flag parameters
by Dmitry Safonov
· 7 years ago
d2ee797
Documentation/pktgen: Clearify how-to use pktgen samples
by Dmitry Safonov
· 7 years ago
969ade4
Merge branch 'cxgb4-fix-build-error'
by David S. Miller
· 7 years ago
325694e
cxgb4: properly initialize variables
by Rahul Lakkireddy
· 7 years ago
a1cf9c9
cxgb4: enable ZLIB_DEFLATE when building cxgb4
by Rahul Lakkireddy
· 7 years ago
9e1a27c
Merge branch 'net-smc-socket-closing-improvements'
by David S. Miller
· 7 years ago
aa377e6
net/smc: continue waiting if peer signals write_shutdown
by Ursula Braun
· 7 years ago
bbb96bf
net/smc: improve state change handling after close wait
by Ursula Braun
· 7 years ago
86e780d
net/smc: make wait for work request uninterruptible
by Ursula Braun
· 7 years ago
8429c13
net/smc: get rid of tx_pend waits in socket closing
by Ursula Braun
· 7 years ago
35a6b17
net/smc: simplify function smc_clcsock_accept()
by Ursula Braun
· 7 years ago
3163c50
net/smc: use local struct sock variables consistently
by Ursula Braun
· 7 years ago
9d5fd92
cxgb4/cxgb4vf: add support for ndo_set_vf_vlan
by Ganesh Goudar
· 7 years ago
43df215
Merge branch 'bpf-and-netdevsim-test-updates'
by David S. Miller
· 7 years ago
6d2d58f
selftests/bpf: validate replace of TC filters is working
by Jakub Kicinski
· 7 years ago
9045bdc
selftests/bpf: check bpf verifier log buffer usage works for HW offload
by Quentin Monnet
· 7 years ago
7c5db7e
netdevsim: don't compile BPF code if syscall not enabled
by Jakub Kicinski
· 7 years ago
caf9522
selftests/bpf: add checks on extack messages for eBPF hw offload tests
by Quentin Monnet
· 7 years ago
728461f
netdevsim: add extack support for TC eBPF offload
by Quentin Monnet
· 7 years ago
5215046
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
6b44d0f
Merge branch 'act_csum-spinlock-remove'
by David S. Miller
· 7 years ago
9c5f69b
net/sched: act_csum: don't use spinlock in the fast path
by Davide Caratti
· 7 years ago
f6052cf
net/sched: act_csum: use per-core statistics
by Davide Caratti
· 7 years ago
b76f418
net: link_watch: mark bonding link events urgent
by Roopa Prabhu
· 7 years ago
0542e13b
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
c89b517
Merge branch 'GEHC-Bx50-Switch-Support'
by David S. Miller
· 7 years ago
658d063
ARM: dts: imx6q-b450v3: Add switch port configuration
by Sebastian Reichel
· 7 years ago
b2ea7f8
ARM: dts: imx6q-b650v3: Add switch port configuration
by Sebastian Reichel
· 7 years ago
e6b22e4
ARM: dts: imx6q-b850v3: Add switch port configuration
by Sebastian Reichel
· 7 years ago
e26dead
ARM: dts: imx6q-bx50v3: Add internal switch
by Sebastian Reichel
· 7 years ago
3361536
net: dsa: Support internal phy on 'cpu' port
by Sebastian Reichel
· 7 years ago
bbf0bdd
i40e: Fix channel addition in reset flow
by Amritha Nambiar
· 7 years ago
e0346f9
i40evf: ignore link up if not running
by Alan Brady
· 7 years ago
557450c
i40e: Delete an error message for a failed memory allocation in i40e_init_interrupt_scheme()
by Markus Elfring
· 7 years ago
7b0b1a6
i40e: Disable iWARP VSI PETCP_ENA flag on netdev down events
by Shiraz Saleem
· 7 years ago
bc73234
i40e: simplify pointer dereferences
by Mitch Williams
· 7 years ago
d8a8785
i40e: check for invalid DCB config
by Mitch Williams
· 7 years ago
07d4419
i40e/i40evf: Detect and recover hung queue scenario
by Sudheer Mogilappagari
· 7 years ago
d95cd48
i40e: Fix for blinking activity instead of link LEDs
by Michal Kuchta
· 7 years ago
06aa040
i40evf: Don't schedule reset_task when device is being removed
by Avinash Dayanand
· 7 years ago
a558566
i40evf: remove flush_scheduled_work call in i40evf_remove
by Sudheer Mogilappagari
· 7 years ago
b356dac
i40e: avoid divide by zero
by Mitch Williams
· 7 years ago
e3a5d6e
i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags for NVM update
by Pawel Jablonski
· 7 years ago
5ca1144
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
85bc266
ixgbe: register ipsec offload with the xfrm subsystem
by Shannon Nelson
· 7 years ago
a8a43fd
ixgbe: ipsec offload stats
by Shannon Nelson
· 7 years ago
5925947
ixgbe: process the Tx ipsec offload
by Shannon Nelson
· 7 years ago
9210319
ixgbe: process the Rx ipsec offload
by Shannon Nelson
· 7 years ago
6d73a15
ixgbe: restore offloaded SAs after a reset
by Shannon Nelson
· 7 years ago
63a67fe
ixgbe: add ipsec offload add and remove SA
by Shannon Nelson
· 7 years ago
34c822e
ixgbe: add ipsec data structures
by Shannon Nelson
· 7 years ago
49a94d7
ixgbe: add ipsec engine start and stop routines
by Shannon Nelson
· 7 years ago
8bbbc5e
ixgbe: add ipsec register access routines
by Shannon Nelson
· 7 years ago
a84a8ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
beca815
ixgbe: clean up ipsec defines
by Shannon Nelson
· 7 years ago
f53d77e
sctp: reset ret in again path in sctp_for_each_transport
by Xin Long
· 7 years ago
196709f4
bnx2: remove redundant initializations of pointers txr and rxr
by Colin Ian King
· 7 years ago
a9124ec
forcedeth: remove duplicate structure member in rx
by Zhu Yanjun
· 7 years ago
d766327
Merge branch 'Kernel-doc-fixes-for-networking'
by David S. Miller
· 7 years ago
7a006d5
net: core: Fix kernel-doc for netdev_upper_link()
by Florian Fainelli
· 7 years ago
5de30d5
net: core: Fix kernel-doc for call_netdevice_notifiers_info()
by Florian Fainelli
· 7 years ago
Next »