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
2007-10-11
[IPSEC]: Unexport xfrm_replay_notify
Herbert Xu
2
-2
/
+2
2007-10-11
[IPSEC]: Move output replay code into xfrm_output
Herbert Xu
5
-8
/
+13
2007-10-11
[IPSEC]: Move xfrm_state_check into xfrm_output.c
Herbert Xu
2
-23
/
+22
2007-10-11
[IPSEC]: Move common output code to xfrm_output
Herbert Xu
4
-77
/
+83
2007-10-11
[IPSEC] ah: Remove keys from ah_data structure
Herbert Xu
2
-14
/
+4
2007-10-11
[IPSEC] esp: Remove keys from esp_data structure
Herbert Xu
2
-22
/
+9
2007-10-11
[AF_IUCV]: postpone receival of iucv-packets
Ursula Braun
1
-86
/
+125
2007-10-11
[AF_IUCV]: remove static declarations from header file.
Heiko Carstens
1
-0
/
+3
2007-10-11
[NET]: split dev_ifsioc() according to locking
Jeff Garzik
1
-30
/
+58
2007-10-11
[NET]: sparse warning fixes
Stephen Hemminger
17
-42
/
+40
2007-10-11
[TCP]: "Annotate" another fackets_out state reset
Ilpo Järvinen
1
-1
/
+2
2007-10-11
[TCP]: Fix two off-by-one errors in fackets_out adjusting logic
Ilpo Järvinen
1
-2
/
+4
2007-10-11
[DCCP]: Twice the wrong reset code in receiving connection-Requests
Gerrit Renker
2
-11
/
+7
2007-10-11
[DCCP]: Wrong format in printk
Gerrit Renker
1
-1
/
+1
2007-10-11
[DCCP]: Tidy-up -- minisock initialisation
Gerrit Renker
2
-10
/
+10
2007-10-11
[CCID2]: Sequence number wraparound issues
Gerrit Renker
1
-3
/
+4
2007-10-11
[CCID2]: Remove redundant case block
Gerrit Renker
1
-13
/
+1
2007-10-11
[CCID2]: Remove redundant BUG_ON
Gerrit Renker
2
-9
/
+4
2007-10-11
[CCID2]: Remove ugly BUG_ON
Gerrit Renker
1
-6
/
+5
2007-10-11
[CCID2]: Simplify interface
Gerrit Renker
1
-10
/
+9
2007-10-11
[DCCP]: Make all `debug' parameters bool
Gerrit Renker
3
-3
/
+3
2007-10-11
[DCCP]: Add socket option to query the current MPS
Gerrit Renker
1
-0
/
+4
2007-10-11
[DCCP]: Wait for CCID
Gerrit Renker
1
-15
/
+19
2007-10-11
[MAC80211]: add sta_notify callback
Tomas Winkler
1
-6
/
+7
2007-10-11
[MAC80211]: implement cfg80211's change_interface hook
Johannes Berg
1
-18
/
+57
2007-10-11
[MAC80211]: Add association LED trigger
Michael Buesch
4
-19
/
+63
2007-10-11
[MAC80211]: make userspace-mlme a per-interface setting
Johannes Berg
4
-11
/
+8
2007-10-11
[MAC80211]: improve radiotap injection
Johannes Berg
2
-91
/
+105
2007-10-11
[MAC80211]: remove ALG_NONE
Johannes Berg
4
-14
/
+11
2007-10-11
[MAC80211]: use RX_FLAG_DECRYPTED for sw decrypted as well
Johannes Berg
1
-3
/
+5
2007-10-11
[MAC80211]: consolidate decryption more
Johannes Berg
1
-34
/
+12
2007-10-11
[MAC80211]: move sta_process rx handler later
Johannes Berg
1
-48
/
+48
2007-10-11
[MAC80211]: remove management interface
Johannes Berg
9
-305
/
+14
2007-10-11
[MAC80211]: add "invalid" interface type
Johannes Berg
3
-0
/
+9
2007-10-11
[MAC80211]: Check open_count before calling config callback.
Michael Buesch
1
-1
/
+1
2007-10-11
[RFKILL]: Add support for hardware-only rfkill buttons
Michael Buesch
1
-1
/
+6
2007-10-11
[RFKILL]: Add support for an rfkill LED.
Michael Buesch
2
-1
/
+48
2007-10-11
[TCP]: Wrap-safed reordering detection FRTO check
Ilpo Järvinen
1
-0
/
+3
2007-10-11
[TCP]: Update comment of SACK block validator
Ilpo Järvinen
1
-2
/
+9
2007-10-11
[TCP]: fix comments that got messed up during code move
Ilpo Järvinen
1
-2
/
+6
2007-10-11
[TCP]: No fackets_out/highest_sack tuning when SACK isn't enabled
Ilpo Järvinen
1
-3
/
+4
2007-10-11
[NETFILTER]: bridge: remove broken netfilter binary sysctls
Joseph Fannin
1
-5
/
+0
2007-10-11
[NETFILTER]: x_tables: add xt_time match
Jan Engelhardt
3
-0
/
+284
2007-10-11
[NETFILTER]: nfnetlink_log: fix some constants
Michal Miroslaw
1
-7
/
+5
2007-10-11
[NETFILTER]: nfnetlink_log: fix instance_create() failure path
Michal Miroslaw
1
-5
/
+5
2007-10-11
[NETFILTER]: nfnetlink_log: fix style
Michal Miroslaw
1
-3
/
+4
2007-10-11
[NETFILTER]: nfnetlink_log: flush queue early
Michal Miroslaw
1
-4
/
+5
2007-10-11
[NETFILTER]: nfnetlink_log: kill duplicate code
Michal Miroslaw
1
-16
/
+14
2007-10-11
[NETFILTER]: nf_conntrack_netlink: add support to related connections
Pablo Neira Ayuso
1
-3
/
+40
2007-10-11
[NETFILTER]: nf_conntrack_expect: kill unique ID
Patrick McHardy
2
-5
/
+3
[prev]
[next]