index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-17
Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-0
/
+1
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2019-07-16
kernel: fix typos and some coding style in comments
Weitao Hou
1
-1
/
+1
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
25
-125
/
+105
2019-07-12
ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"
Eric Biggers
1
-1
/
+0
2019-07-12
net: dsa: qca8k: replace legacy gpio include
Christian Lamparter
1
-1
/
+1
2019-07-12
net: hisilicon: Use devm_platform_ioremap_resource
Jiangfeng Xiao
4
-18
/
+7
2019-07-12
cxgb4: reduce kernel stack usage in cudbg_collect_mem_region()
Arnd Bergmann
1
-6
/
+13
2019-07-12
nfp: flower: ensure ip protocol is specified for L4 matches
John Hurley
1
-9
/
+6
2019-07-12
nfp: flower: fix ethernet check on match fields
John Hurley
1
-8
/
+5
2019-07-12
net/mlx5e: Provide cb_list pointer when setting up tc block on rep
Vlad Buslov
1
-1
/
+4
2019-07-12
net: phy: make exported variables non-static
Denis Efremov
1
-3
/
+3
2019-07-12
davinci_cpdma: don't cast dma_addr_t to pointer
Arnd Bergmann
1
-13
/
+13
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-7
/
+7
2019-07-12
net/mlx5e: Convert single case statement switch statements into if statements
Nathan Chancellor
1
-23
/
+11
2019-07-12
scripts/spelling.txt: drop "sepc" from the misspelling list
Paul Walmsley
1
-1
/
+1
2019-07-11
Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
8
-32
/
+33
2019-07-11
net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usage
Saeed Mahameed
1
-1
/
+1
2019-07-11
net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is off
Saeed Mahameed
1
-3
/
+2
2019-07-11
net/mlx5e: Fix compilation error in TLS code
Tariq Toukan
1
-1
/
+1
2019-07-11
net: stmmac: Fix misuses of GENMASK macro
Joe Perches
2
-3
/
+3
2019-07-11
net: ethernet: mediatek: Fix misuses of GENMASK macro
Joe Perches
2
-2
/
+2
2019-07-11
net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn
Aya Levin
1
-1
/
+8
2019-07-11
net/mlx5e: Fix error flow in tx reporter diagnose
Aya Levin
1
-2
/
+2
2019-07-11
net/mlx5e: Fix return value from timeout recover function
Aya Levin
1
-4
/
+2
2019-07-11
net/mlx5e: Rx, Fix checksum calculation for new hardware
Saeed Mahameed
3
-1
/
+10
2019-07-11
net/mlx5e: Fix port tunnel GRE entropy control
Eli Britstein
1
-19
/
+4
2019-07-11
net/mlx5: E-Switch, Fix default encap mode
Maor Gottlieb
2
-5
/
+7
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
933
-18734
/
+55514
2019-07-09
net/mlx5e: Return in default case statement in tx_post_resync_params
Nathan Chancellor
1
-0
/
+1
2019-07-09
mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().
David S. Miller
1
-1
/
+1
2019-07-09
net: netsec: remove static declaration for netsec_set_tx_de()
Ilias Apalodimas
1
-45
/
+41
2019-07-09
net: netsec: remove superfluous if statement
Ilias Apalodimas
1
-4
/
+4
2019-07-09
net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload
Pablo Neira Ayuso
29
-207
/
+207
2019-07-09
net: flow_offload: add flow_block_cb_is_busy() and use it
Pablo Neira Ayuso
4
-0
/
+15
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
20
-112
/
+243
2019-07-09
net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
Pablo Neira Ayuso
5
-9
/
+9
2019-07-09
net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
Pablo Neira Ayuso
4
-10
/
+10
2019-07-09
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
14
-300
/
+62
2019-07-09
net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC
Jiangfeng Xiao
1
-3
/
+31
2019-07-09
net: hisilicon: Add an rx_desc to adapt HI13X1_GMAC
Jiangfeng Xiao
1
-0
/
+9
2019-07-09
net: hisilicon: Offset buf address to adapt HI13X1_GMAC
Jiangfeng Xiao
1
-3
/
+17
2019-07-09
net: hisilicon: Add group field to adapt HI13X1_GMAC
Jiangfeng Xiao
1
-3
/
+5
2019-07-09
net: hisilicon: HI13X1_GMAX need dreq reset at first
Jiangfeng Xiao
1
-0
/
+24
2019-07-09
net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REG
Jiangfeng Xiao
1
-0
/
+2
2019-07-09
net: hisilicon: Cleanup for cast to restricted __be32
Jiangfeng Xiao
1
-2
/
+2
2019-07-09
net: hisilicon: Cleanup for got restricted __be32
Jiangfeng Xiao
1
-4
/
+4
2019-07-09
net: hisilicon: Add support for HI13X1 to hip04_eth
Jiangfeng Xiao
2
-7
/
+40
2019-07-09
net: stmmac: add support for hash table size 128/256 in dwmac4
Biao Huang
5
-25
/
+42
[next]