index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
[PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.
Mattias Nissler
1
-9
/
+11
2007-10-11
[PATCH] ieee80211_if_set_type: make check for master dev more explicit
John W. Linville
1
-1
/
+1
2007-10-11
[IPSEC]: Move state lock into x->type->output
Herbert Xu
6
-12
/
+36
2007-10-11
[IPSEC]: Lock state when copying non-atomic fields to user-space
Herbert Xu
2
-16
/
+33
2007-10-11
[XFRM] user: Move attribute copying code into copy_to_user_state_extra
Herbert Xu
1
-29
/
+47
2007-10-11
[IPSEC]: Move common code into xfrm_alloc_spi
Herbert Xu
3
-32
/
+36
2007-10-11
[IPSEC]: Remove gratuitous km wake-up events on ACQUIRE
Herbert Xu
1
-2
/
+0
2007-10-11
[IPSEC]: Store IPv6 nh pointer in mac_header on output
Herbert Xu
11
-46
/
+46
2007-10-11
[IPSEC]: Remove bogus ref count in xfrm_secpath_reject
Herbert Xu
1
-5
/
+1
2007-10-11
[NETNS]: Don't memset() netns to zero manually
Pavel Emelyanov
1
-2
/
+1
2007-10-11
[IPv6]: use container_of() macro in fib6_clean_node()
Benjamin Thery
1
-1
/
+1
2007-10-11
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
3
-14
/
+14
2007-10-11
[8021Q]: transfer dev_id from real device
Ursula Braun
1
-0
/
+3
2007-10-11
[IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c
Herbert Xu
2
-4
/
+4
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
[next]