index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
net: dev: add generic protodown handler
Andy Roulin
1
-0
/
+19
2019-02-24
net: Skip GSO length estimation if transport header is not set
Maxim Mikityanskiy
1
-1
/
+1
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-02-16
net: Fix for_each_netdev_feature on Big endian
Hauke Mehrtens
1
-2
/
+2
2019-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+5
2019-02-07
net: Introduce ndo_get_port_parent_id()
Florian Fainelli
1
-0
/
+57
2019-02-06
net: xdp: allow generic and driver XDP on one interface
Jakub Kicinski
1
-5
/
+5
2019-02-02
xdp: Provide extack messages when prog attachment failed
Maciej Fijalkowski
1
-3
/
+9
2019-01-29
net: set default network namespace in init_dummy_netdev()
Josh Elsasser
1
-0
/
+3
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-3
/
+3
2018-12-16
net: use indirect call wrappers at GRO network layer
Paolo Abeni
1
-2
/
+13
2018-12-14
net: dev: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+24
2018-12-14
net: dev: Add NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+1
2018-12-14
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
1
-1
/
+3
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-30
/
+35
2018-12-07
net: core: dev: Attach extack to NETDEV_PRE_UP
Petr Machata
1
-4
/
+4
2018-12-07
net: core: dev: Add call_netdevice_notifiers_extack()
Petr Machata
1
-5
/
+16
2018-12-07
net: core: dev: Add extack argument to __dev_change_flags()
Petr Machata
1
-2
/
+3
2018-12-07
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
1
-1
/
+3
2018-12-07
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-2
/
+3
2018-12-06
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
1
-4
/
+4
2018-12-04
net/core: tidy up an error message
Qian Cai
1
-2
/
+2
2018-12-01
net: Add trace events for all receive exit points
Geneviève Bastien
1
-6
/
+29
2018-11-30
net: explain __skb_checksum_complete() with comments
Cong Wang
1
-0
/
+1
2018-11-29
net: fix XPS static_key accounting
Sabrina Dubroca
1
-21
/
+24
2018-11-29
net: restore call to netdev_queue_numa_node_write when resetting XPS
Sabrina Dubroca
1
-7
/
+9
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2018-11-23
net-gro: use ffs() to speedup napi_gro_flush()
Eric Dumazet
1
-4
/
+6
2018-11-23
net: don't keep lonely packets forever in the gro hash
Paolo Abeni
1
-2
/
+5
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2018-11-18
net-gro: reset skb->pkt_type in napi_reuse_skb()
Eric Dumazet
1
-0
/
+4
2018-11-15
net: dump more useful information in netdev_rx_csum_fault()
Cong Wang
1
-2
/
+9
2018-11-09
net/core: use __vlan_hwaccel helpers
Michał Mirosław
1
-3
/
+5
2018-11-04
net: do not abort bulk send on BQL status
Eric Dumazet
1
-1
/
+1
2018-10-28
net: Properly unlink GRO packets on overflow.
David S. Miller
1
-1
/
+1
2018-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+14
2018-10-16
FDDI: defza: Support capturing outgoing SMT traffic
Maciej W. Rozycki
1
-1
/
+12
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+26
2018-10-11
net: ipv4: update fnhe_pmtu when first hop's MTU changes
Sabrina Dubroca
1
-2
/
+26
2018-10-10
net: fix generic XDP to handle if eth header was mangled
Jesper Dangaard Brouer
1
-0
/
+14
2018-09-10
net: Add and use skb_list_del_init().
David S. Miller
1
-4
/
+2
2018-09-10
net: Add and use skb_mark_not_on_list().
David S. Miller
1
-4
/
+4
2018-09-06
packet: add sockopt to ignore outgoing packets
Vincent Whitchurch
1
-0
/
+3
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-10
net: allow to call netif_reset_xps_queues() under cpus_read_lock
Andrei Vagin
1
-5
/
+15
2018-08-06
net: check extack._msg before print
Li RongQing
1
-1
/
+2
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+10
2018-07-30
net/tc: introduce TC_ACT_REINSERT.
Paolo Abeni
1
-1
/
+5
2018-07-29
net: report invalid mtu value via netlink extack
Stephen Hemminger
1
-6
/
+17
2018-07-27
net: rollback orig value on failure of dev_qdisc_change_tx_queue_len
Tariq Toukan
1
-7
/
+10
[next]