index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-06
bridge: Simplify pvid checks.
Vlad Yasevich
2
-7
/
+4
2014-10-06
bridge: Add a default_pvid sysfs attribute
Vlad Yasevich
3
-0
/
+48
2014-10-05
ematch: Fix early ending of inverted containers.
Ignacy Gawędzki
1
-2
/
+3
2014-10-05
net: sched: suspicious RCU usage in qdisc_watchdog
John Fastabend
1
-0
/
+2
2014-10-05
net: dsa: do not call phy_start_aneg
Florian Fainelli
1
-1
/
+0
2014-10-05
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
Vijay Subramanian
1
-4
/
+4
2014-10-05
ip6_gre: fix flowi6_proto value in xmit path
Nicolas Dichtel
1
-2
/
+2
2014-10-04
ip_tunnel: Add GUE support
Tom Herbert
1
-0
/
+13
2014-10-04
gue: Receive side for Generic UDP Encapsulation
Tom Herbert
1
-9
/
+187
2014-10-04
fou: eliminate IPv4,v6 specific GRO functions
Tom Herbert
3
-40
/
+10
2014-10-04
ip_tunnel: Account for secondary encapsulation header in max_headroom
Tom Herbert
1
-1
/
+1
2014-10-04
net: do not export skb_gro_receive()
Eric Dumazet
1
-1
/
+0
2014-10-04
qdisc: validate skb without holding lock
Eric Dumazet
2
-36
/
+54
2014-10-03
net/rds: fix possible double free on sock tear down
Herton R. Krzesinski
1
-4
/
+7
2014-10-03
net/rds: do proper house keeping if connection fails in rds_tcp_conn_connect
Herton R. Krzesinski
1
-1
/
+4
2014-10-03
net/rds: call rds_conn_drop instead of open code it at rds_connect_complete
Herton R. Krzesinski
1
-2
/
+1
2014-10-03
qdisc: dequeue bulking also pickup GSO/TSO packets
Jesper Dangaard Brouer
1
-9
/
+3
2014-10-03
qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE
Jesper Dangaard Brouer
1
-2
/
+44
2014-10-03
netfilter: nft_masq: register/unregister notifiers on module init/exit
Arturo Borrero
2
-46
/
+22
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
15
-21
/
+129
2014-10-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2
-55
/
+103
2014-10-02
netfilter: explicit module dependency between br_netfilter and physdev
Pablo Neira Ayuso
2
-0
/
+8
2014-10-02
netfilter: nf_tables: allow to filter from prerouting and postrouting
Pablo Neira Ayuso
1
-0
/
+2
2014-10-02
netfilter: nft_compat: remove incomplete 32/64 bits arch compat code
Pablo Neira Ayuso
1
-101
/
+15
2014-10-02
netfilter: nf_tables: wait for call_rcu completion on module removal
Pablo Neira Ayuso
1
-0
/
+1
2014-10-02
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
Pablo Neira Ayuso
10
-20
/
+20
2014-10-02
netfilter: move nf_send_resetX() code to nf_reject_ipvX modules
Pablo Neira Ayuso
6
-0
/
+308
2014-10-02
netfilter: nft_reject: introduce icmp code abstraction for inet and bridge
Pablo Neira Ayuso
4
-10
/
+217
2014-10-02
Bluetooth: 6lowpan: Check transmit errors for multicast packets
Jukka Rissanen
1
-3
/
+10
2014-10-02
Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets
Jukka Rissanen
1
-11
/
+5
2014-10-02
Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails
Jukka Rissanen
1
-2
/
+6
2014-10-02
Bluetooth: 6lowpan: Memory leak as the skb is not freed
Jukka Rissanen
1
-0
/
+2
2014-10-02
Bluetooth: Fix lockdep warning with l2cap_chan_connect
Johan Hedberg
1
-5
/
+8
2014-10-02
net: pktgen: packet bursting via skb->xmit_more
Alexei Starovoitov
1
-2
/
+24
2014-10-02
net: bridge: add a br_set_state helper function
Florian Fainelli
6
-11
/
+17
2014-10-02
net_sched: avoid calling tcf_unbind_filter() in call_rcu callback
WANG Cong
1
-4
/
+6
2014-10-02
net_sched: fix another crash in cls_tcindex
WANG Cong
1
-3
/
+9
2014-10-02
gre: Set inner protocol in v4 and v6 GRE transmit
Tom Herbert
2
-2
/
+8
2014-10-02
ipip: Set inner IP protocol in ipip
Tom Herbert
1
-0
/
+2
2014-10-02
sit: Set inner IP protocol in sit
Tom Herbert
1
-0
/
+4
2014-10-02
udp: Generalize skb_udp_segment
Tom Herbert
2
-6
/
+47
2014-10-02
net: avoid one atomic operation in skb_clone()
Eric Dumazet
1
-6
/
+17
2014-10-02
net/dccp/ccid.c: add __init to ccid_activate
Fabian Frederick
1
-1
/
+1
2014-10-02
net/dccp/proto.c: add __init to dccp_mib_init
Fabian Frederick
1
-1
/
+1
2014-10-02
net: cleanup and document skb fclone layout
Eric Dumazet
3
-28
/
+22
2014-10-02
tcp: abort orphan sockets stalling on zero window probes
Yuchung Cheng
2
-21
/
+22
2014-10-01
cipso: add __init to cipso_v4_cache_init
Fabian Frederick
1
-1
/
+1
2014-10-01
inet: frags: add __init to ip4_frags_ctl_register
Fabian Frederick
1
-2
/
+2
2014-10-01
tcp: add __init to tcp_init_mem
Fabian Frederick
1
-1
/
+1
2014-10-01
net: dsa: Fix build warning for !PM_SLEEP
Thierry Reding
1
-0
/
+2
[prev]
[next]