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
starfive-6.6.48-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
2013-04-17
tipc: remove unused str2addr media callback
Patrick McHardy
2
-22
/
+0
2013-04-17
net: sctp: sctp_ulpq: remove 'malloced' struct member
Daniel Borkmann
1
-3
/
+0
2013-04-17
net: sctp: sctp_bind_addr: remove dead code
Daniel Borkmann
1
-7
/
+0
2013-04-17
net: sctp: sctp_transport: remove unused variable
Daniel Borkmann
1
-1
/
+0
2013-04-17
net: sctp: outqueue: simplify sctp_outq_uncork function
Daniel Borkmann
1
-3
/
+2
2013-04-17
net: sctp: sctp_outq: remove 'malloced' from its struct
Daniel Borkmann
1
-6
/
+0
2013-04-17
net: sctp: sctp_inq: remove dead code
Daniel Borkmann
1
-7
/
+0
2013-04-17
net: sctp: sctp_ssnmap: remove 'malloced' element from struct
Daniel Borkmann
1
-11
/
+12
2013-04-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
9
-264
/
+391
2013-04-17
packet: minor: add generic tpacket_uhdr to access packet headers
Daniel Borkmann
1
-27
/
+12
2013-04-17
sctp: Add buffer utilization fields to /proc/net/sctp/assocs
Dilip Daya
1
-3
/
+9
2013-04-17
neighbour: Convert NEIGH_PRINTK to neigh_dbg
Joe Perches
1
-29
/
+20
2013-04-16
openvswitch: Use generic struct pcpu_tstats.
Pravin B Shelar
2
-20
/
+13
2013-04-16
openvswitch: Simplify datapath locking.
Pravin B Shelar
7
-167
/
+298
2013-04-16
net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api
Vlad Yasevich
1
-42
/
+168
2013-04-15
net: sctp: minor: make sctp_ep_common's member 'dead' a bool
Daniel Borkmann
2
-4
/
+4
2013-04-15
net: sctp: remove sctp_ep_common struct member 'malloced'
Daniel Borkmann
2
-13
/
+5
2013-04-14
net: tcp_memcontrol: minor: remove unused variable
Daniel Borkmann
1
-1
/
+0
2013-04-14
net: sock: make sock_tx_timestamp void
Daniel Borkmann
6
-22
/
+14
2013-04-14
tcp: tcp_tso_segment() small optimization
Eric Dumazet
1
-2
/
+5
2013-04-13
tcp: GSO should be TSQ friendly
Eric Dumazet
2
-1
/
+13
2013-04-12
act_csum: fix possible use after free
Eric Dumazet
1
-14
/
+25
2013-04-12
Revert "netprio_cgroup: make local table static"
David S. Miller
1
-1
/
+1
2013-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-6
/
+28
2013-04-11
netprio_cgroup: make local table static
stephen hemminger
1
-1
/
+1
2013-04-11
openvswitch: datapath.h: Fix a stale comment.
Andy Zhou
1
-1
/
+0
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
39
-1192
/
+1592
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
8
-24
/
+44
2013-04-09
netprio_cgroup: remove task_struct parameter from sock_update_netprio()
Zefan Li
2
-4
/
+4
2013-04-09
cls_cgroup: remove task_struct parameter from sock_update_classid()
Zefan Li
2
-4
/
+4
2013-04-09
tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()
Zefan Li
1
-2
/
+0
2013-04-09
net: ipv6: only invalidate previously tokenized addresses
Daniel Borkmann
1
-2
/
+5
2013-04-09
net: ipv6: also allow token to be set when device not ready
Daniel Borkmann
1
-6
/
+16
2013-04-09
net: ipv6: minor: use in6addr_any in token init
Daniel Borkmann
1
-1
/
+1
2013-04-09
net: ipv6: add tokenized interface identifier support
Daniel Borkmann
1
-3
/
+84
2013-04-08
mac802154: Keep track of the channel when changed
Alan Ott
2
-1
/
+14
2013-04-08
TTY: ircomm, use GFP_KERNEL in ircomm_open()
Mathias Krause
1
-1
/
+1
2013-04-08
irda: use GFP_KERNEL in irda_connect_response()
Mathias Krause
1
-2
/
+1
2013-04-08
irda: use GFP_KERNEL in irda_create()
Mathias Krause
1
-1
/
+1
2013-04-08
ip_gre: fix a possible crash in parse_gre_header()
Eric Dumazet
1
-3
/
+5
2013-04-08
ieee802154/nl-mac.c: make some MLME operations optional
Werner Almesberger
1
-5
/
+20
2013-04-08
scm: Stop passing struct cred
Eric W. Biederman
2
-24
/
+8
2013-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-36
/
+90
2013-04-08
decnet: remove duplicated include from dn_table.c
Wei Yongjun
1
-1
/
+0
2013-04-08
net_cls: remove duplicated include from cls_api.c
Wei Yongjun
1
-1
/
+0
2013-04-08
6lowpan: handle dev_queue_xmit() error code properly
Alan Ott
1
-2
/
+2
2013-04-08
mac802154: Increase tx_buffer_len
Alan Ott
1
-1
/
+1
2013-04-08
mac802154: Use netif flow control
Alan Ott
1
-0
/
+14
2013-04-08
mac802154: Do not try to resend failed packets
Alan Ott
2
-12
/
+2
2013-04-08
sctp: fix error return code in __sctp_connect()
Wei Yongjun
1
-2
/
+3
[next]