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
2009-03-10
net: convert usage of packet_type to read_mostly
Stephen Hemminger
16
-22
/
+19
2009-03-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2009-03-06
cfg80211: test before subtraction on unsigned
Roel Kluin
1
-1
/
+2
2009-03-05
mac80211: Update IBSS beacon timestamp properly
Sujith
1
-3
/
+5
2009-03-05
mac80211: Always send a null data frame if TIM bit is set.
Vivek Natarajan
1
-2
/
+1
2009-03-05
mac80211: Fix TKIP/WEP HT capability handling
Sujith
1
-1
/
+2
2009-03-05
mac80211: Fix quality reporting for wireless stats
Johannes Berg
1
-19
/
+39
2009-03-05
mac80211: Notify the driver only when the beacon interval changes
Sujith
1
-1
/
+2
2009-03-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
11
-114
/
+133
2009-03-05
vlan: Fix vlan-in-vlan crashes.
David S. Miller
2
-23
/
+36
2009-03-05
net: Fix missing dev->neigh_setup in register_netdevice().
David S. Miller
1
-0
/
+1
2009-03-05
pkt_sched: act_police: Fix a rate estimator test.
Jarek Poplawski
1
-7
/
+6
2009-03-04
SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails
Brian Haley
1
-3
/
+8
2009-03-04
IPv6: add "disable" module parameter support to ipv6.ko
Brian Haley
1
-5
/
+16
2009-03-04
neigh: Allow for user space users of the neighbour table
Eric Biederman
1
-1
/
+5
2009-03-04
net: fix tokenring license
Meelis Roos
1
-0
/
+2
2009-03-04
netlink: invert error code in netlink_set_err()
Pablo Neira Ayuso
1
-1
/
+9
2009-03-04
rds: fix iband RDMA dependencies
Randy Dunlap
1
-0
/
+1
2009-03-03
netns: Remove net_alive
Eric W. Biederman
2
-9
/
+0
2009-03-03
tcp: Like icmp use register_pernet_subsys
Eric W. Biederman
1
-1
/
+1
2009-03-03
netns: Fix icmp shutdown.
Eric W. Biederman
1
-1
/
+1
2009-03-03
netns: fix addrconf_ifdown kernel panic
Daniel Lezcano
1
-30
/
+9
2009-03-03
ipv6: Fix sysctl unregistration deadlock
Stephen Hemminger
1
-6
/
+8
2009-03-03
net: Avoid race between network down and sysfs
Stephen Hemminger
1
-1
/
+3
2009-03-03
sctp: Fix broken RTO-doubling for data retransmits
Vlad Yasevich
2
-21
/
+17
2009-03-03
sctp: use time_before or time_after for comparing jiffies
Wei Yongjun
2
-4
/
+6
2009-03-03
sctp: fix the length check in sctp_getsockopt_maxburst()
Wei Yongjun
1
-1
/
+2
2009-03-03
sctp: remove dup code in net/sctp/socket.c
Wei Yongjun
1
-6
/
+0
2009-03-03
sctp: Add some missing types for debug message
Wei Yongjun
1
-0
/
+4
2009-03-03
tcp: tcp_init_wl / tcp_update_wl argument cleanup
Hantzis Fotis
3
-7
/
+6
2009-03-03
sctp: fix kernel panic with ERROR chunk containing too many error causes
Wei Yongjun
2
-35
/
+35
2009-03-03
sctp: fix crash during module unload
Vlad Yasevich
1
-4
/
+1
2009-03-02
dccp: Do not let initial option overhead shrink the MPS
Gerrit Renker
2
-2
/
+18
2009-03-02
dccp: Minimise header option overhead in setting the MPS
Gerrit Renker
2
-8
/
+17
2009-03-02
tcp: get rid of two unnecessary u16s in TCP skb flags copying
Ilpo Järvinen
1
-2
/
+2
2009-03-02
tcp: in sendmsg/pages open code the real goto target
Ilpo Järvinen
1
-2
/
+2
2009-03-02
tcp: kill eff_sacks "cache", the sole user can calculate itself
Ilpo Järvinen
3
-21
/
+9
2009-03-02
tcp: add helper for AI algorithm
Ilpo Järvinen
6
-49
/
+20
2009-03-02
htcp: merge icsk_ca_state compare
Ilpo Järvinen
1
-2
/
+1
2009-03-02
tcp: drop unnecessary local var in collapse
Ilpo Järvinen
1
-5
/
+2
2009-03-02
tcp: cleanup ca_state mess in tcp_timer
Ilpo Järvinen
1
-13
/
+10
2009-03-02
tcp: separate timeout marking loop to it's own function
Ilpo Järvinen
1
-24
/
+39
2009-03-02
tcp: remove redundant code from tcp_mark_lost_retrans
Ilpo Järvinen
1
-4
/
+12
2009-03-02
tcp: fix corner case issue in segmentation during rexmitting
Ilpo Järvinen
1
-0
/
+2
2009-03-02
tcp: Don't clear hints when tcp_fragmenting
Ilpo Järvinen
1
-1
/
+6
2009-03-02
tcp: deferring in middle of queue makes very little sense
Ilpo Järvinen
1
-0
/
+4
2009-03-02
tcp: fix lost_cnt_hint miscounts
Ilpo Järvinen
1
-8
/
+5
2009-03-02
tcp: don't backtrack to sacked skbs
Ilpo Järvinen
1
-1
/
+1
2009-03-02
rds: Fix build on powerpc.
David S. Miller
1
-0
/
+2
2009-03-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
5
-7
/
+28
[next]