index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
[IPSEC]: Move common code into xfrm_alloc_spi
Herbert Xu
1
-1
/
+1
2007-10-10
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
1
-0
/
+9
2007-10-10
[IPSEC]: Unexport xfrm_replay_notify
Herbert Xu
1
-6
/
+0
2007-10-10
[IPSEC]: Move output replay code into xfrm_output
Herbert Xu
1
-1
/
+19
2007-10-10
[IPSEC]: Move xfrm_state_check into xfrm_output.c
Herbert Xu
1
-1
/
+0
2007-10-10
[IPSEC]: Move common output code to xfrm_output
Herbert Xu
1
-0
/
+1
2007-10-10
[IPSEC] ah: Remove keys from ah_data structure
Herbert Xu
1
-2
/
+0
2007-10-10
[IPSEC] esp: Remove keys from esp_data structure
Herbert Xu
1
-7
/
+0
2007-10-10
[AF_IUCV]: postpone receival of iucv-packets
Ursula Braun
1
-0
/
+7
2007-10-10
[AF_IUCV]: remove static declarations from header file.
Heiko Carstens
1
-20
/
+0
2007-10-10
[NET]: sparse warning fixes
Stephen Hemminger
2
-12
/
+12
2007-10-10
[MAC80211]: Update beacon_update callback documentation
Michael Buesch
1
-1
/
+8
2007-10-10
[MAC80211]: add sta_notify callback
Tomas Winkler
1
-4
/
+16
2007-10-10
[MAC80211]: Add association LED trigger
Michael Buesch
1
-0
/
+11
2007-10-10
[MAC80211]: remove ALG_NONE
Johannes Berg
1
-2
/
+0
2007-10-10
[MAC80211]: remove management interface
Johannes Berg
1
-1
/
+0
2007-10-10
[MAC80211]: add "invalid" interface type
Johannes Berg
1
-0
/
+3
2007-10-10
ax88796: add 93cx6 eeprom support
Magnus Damm
1
-0
/
+1
2007-10-10
[NETFILTER]: nf_conntrack_expect: kill unique ID
Patrick McHardy
1
-3
/
+0
2007-10-10
[NETFILTER]: nf_conntrack: kill unique ID
Patrick McHardy
1
-3
/
+0
2007-10-10
[NETFILTER]: ctnetlink: use netlink policy
Patrick McHardy
2
-0
/
+5
2007-10-10
[NETFILTER]: nfnetlink: rename functions containing 'nfattr'
Patrick McHardy
4
-13
/
+13
2007-10-10
[NETFILTER]: nfnetlink: convert to generic netlink attribute functions
Patrick McHardy
3
-10
/
+9
2007-10-10
[PATCH] mac80211: remove generic IE for AP interfaces
Johannes Berg
1
-7
/
+0
2007-10-10
[PKT_SCHED]: Add stateless NAT
Herbert Xu
1
-0
/
+21
2007-10-10
[PATCH] mac80211: remove crypto algorithm typedef
Johannes Berg
1
-6
/
+6
2007-10-10
[PATCH] wireless networking: move frame inline functions to generic header
Johannes Berg
1
-60
/
+0
2007-10-10
[PATCH] mac80211: document a lot more
Johannes Berg
1
-293
/
+499
2007-10-10
[PATCH] mac80211: renumber and document the hardware flags
Johannes Berg
1
-40
/
+45
2007-10-10
[PATCH] mac80211: validate VLAN interfaces better
Johannes Berg
1
-8
/
+9
2007-10-10
[PATCH] mac80211: revamp interface and filter configuration
Johannes Berg
1
-56
/
+95
2007-10-10
[NETNS]: Simplify the network namespace list locking rules.
Eric W. Biederman
1
-3
/
+0
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
2
-4
/
+6
2007-10-10
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
1
-2
/
+1
2007-10-10
[NET]: Make the loopback device per network namespace.
Eric W. Biederman
1
-0
/
+3
2007-10-10
[NET]: Add network namespace clone & unshare support.
Eric W. Biederman
1
-0
/
+18
2007-10-10
[MAC80211]: remove tx info sw_retry_attempt member
Johannes Berg
1
-3
/
+0
2007-10-10
[MAC80211]: yet more documentation
Johannes Berg
1
-49
/
+149
2007-10-10
[MAC80211]: remove IEEE80211_CONF_SSID_HIDDEN
Johannes Berg
1
-2
/
+1
2007-10-10
[MAC80211]: allow drivers to indicate failed FCS/PLCP checksum
Johannes Berg
1
-0
/
+6
2007-10-10
[IEEE80211]: Fix softmac lockdep reports.
Johannes Berg
1
-0
/
+2
2007-10-10
[NL80211]: add netlink interface to cfg80211
Johannes Berg
2
-4
/
+15
2007-10-10
[TCP]: Minor coding style fixup.
David S. Miller
1
-2
/
+4
2007-10-10
[TCP]: Avoid clearing sacktag hint in trivial situations
Ilpo Järvinen
1
-1
/
+5
2007-10-10
[TCP]: clear_all_retrans_hints prefixed by tcp_
Ilpo Järvinen
1
-2
/
+2
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2
-9
/
+0
2007-10-10
[SCTP]: Tie ADD-IP and AUTH functionality as required by spec.
Vlad Yasevich
1
-0
/
+1
2007-10-10
[SCTP]: API updates to suport SCTP-AUTH extensions.
Vlad Yasevich
3
-0
/
+110
2007-10-10
[SCTP]: Implement the receive and verification of AUTH chunk
Vlad Yasevich
3
-1
/
+12
2007-10-10
[SCTP]: Enable the sending of the AUTH chunk.
Vlad Yasevich
2
-0
/
+4
[next]