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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
8
-69
/
+531
2008-03-07
mac80211: document IEEE80211_TXCTL_OFDM_HT
Ron Rindjunsky
1
-1
/
+5
2008-03-07
mac80211: adding mac80211_tx_control_flags and HT flags
Ron Rindjunsky
1
-31
/
+55
2008-03-07
[NETNS][IPV6] mcast - handle several network namespace
Daniel Lezcano
1
-0
/
+1
2008-03-07
[NETNS][IPV6] tcp6 - make socket control per namespace
Daniel Lezcano
1
-0
/
+1
2008-03-07
[NETNS][IPV6] ndisc - make socket control per namespace
Daniel Lezcano
1
-0
/
+1
2008-03-06
[UDP]: Revert udplite and code split.
David S. Miller
4
-27
/
+2
2008-03-06
[TIPC]: Eliminate "sparse" symbol warnings
Allan Stephens
1
-0
/
+9
2008-03-06
[TIPC]: Removal of message header option code
Allan Stephens
1
-7
/
+0
2008-03-06
ssb: Add Gigabit Ethernet driver
Michael Buesch
3
-0
/
+200
2008-03-06
mac80211: add documentation book
Johannes Berg
1
-3
/
+4
2008-03-06
mac80211: clean up mesh code
Johannes Berg
1
-0
/
+8
2008-03-06
mac80211: add mesh interface type
Johannes Berg
1
-0
/
+1
2008-03-06
nl80211/cfg80211: support for mesh, sta dumping
Luis Carlos Cobo
2
-35
/
+223
2008-03-06
WEXT: add mesh interface type
Johannes Berg
1
-0
/
+1
2008-03-06
wireless: various definitions for mesh networking
Luis Carlos Cobo
1
-0
/
+35
2008-03-05
[IPV6]: Fix powerpc allmodconfig build warnings.
David S. Miller
1
-0
/
+1
2008-03-05
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
Eric Dumazet
2
-2
/
+5
2008-03-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-4
/
+6
2008-03-05
[NETNS][IPV6] route6 - add netns parameter to ip6_route_output
Daniel Lezcano
1
-1
/
+2
2008-03-05
[NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addr...
Daniel Lezcano
1
-3
/
+6
2008-03-04
[TCP]: Improve ipv4 established hash function.
David S. Miller
1
-1
/
+2
2008-03-04
[NETNS][IPV6] route6 - make garbage collection work with multiple network nam...
Benjamin Thery
1
-0
/
+2
2008-03-04
[NETNS][IPV6] route6 - move ip6_dst_ops inside the network namespace
Benjamin Thery
1
-0
/
+1
2008-03-04
[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace
Daniel Lezcano
2
-1
/
+5
2008-03-04
[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer
Daniel Lezcano
1
-3
/
+3
2008-03-04
[NETNS][IPV6] route6 - make route6 per namespace
Daniel Lezcano
1
-1
/
+3
2008-03-04
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt...
Daniel Lezcano
1
-1
/
+1
2008-03-04
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
Daniel Lezcano
1
-1
/
+2
2008-03-04
[NETPOLL]: Revert two bogus cleanups that broke netconsole.
David S. Miller
1
-3
/
+4
2008-03-03
[NETNS][IPV6] rt6_stats - make the stats per network namespace
Benjamin Thery
2
-1
/
+1
2008-03-03
[NETNS][IPV6] rt6_stats - dynamically allocate the routes statistics
Daniel Lezcano
1
-1
/
+1
2008-03-03
[NETNS][IPV6] fib6_rules - handle several network namespaces
Daniel Lezcano
1
-0
/
+1
2008-03-03
[NETNS][IPV6] ip6_fib - gc timer per namespace
Daniel Lezcano
2
-1
/
+2
2008-03-03
[NETNS][IPV6] ip6_fib - add net to gc timer parameter
Daniel Lezcano
1
-1
/
+2
2008-03-03
[NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces
Daniel Lezcano
2
-2
/
+3
2008-03-03
[NETNS][IPV6] ip6_fib - make it per network namespace
Daniel Lezcano
2
-4
/
+10
2008-03-04
[IPV6]: Make ndisc_dst_alloc() common for later use.
YOSHIFUJI Hideaki
1
-4
/
+4
2008-03-04
[IPV6]: Make ndisc_flow_init() common for later use.
YOSHIFUJI Hideaki
1
-0
/
+8
2008-03-04
[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().
YOSHIFUJI Hideaki
1
-3
/
+0
2008-03-04
[NET] NEIGHBOUR: Remove unpopular neigh_is_connected().
YOSHIFUJI Hideaki
1
-6
/
+0
2008-03-04
[IPV6]: Use htonl() instead of __constant_htonl() where appricable.
YOSHIFUJI Hideaki
1
-10
/
+6
2008-03-04
[IPV6]: Move packet_type{} related bits to af_inet6.c.
YOSHIFUJI Hideaki
1
-4
/
+0
2008-03-04
[UDP]: Allow users to configure UDP-Lite.
YOSHIFUJI Hideaki
4
-2
/
+28
2008-03-04
[TCP]: Add IPv6 support to TCP SYN cookies
Glenn Griffin
1
-0
/
+8
2008-03-03
[ARP]: Introduce the arp_hdr_len helper.
Pavel Emelyanov
1
-0
/
+6
2008-02-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
6
-192
/
+497
2008-02-29
mac80211: clarify use of TX status/RX callbacks
Johannes Berg
1
-3
/
+34
2008-02-29
ssb: Add CHIPCO IRQ access functions
Aurelien Jarno
1
-0
/
+4
2008-02-29
mac80211: rework TX filtered frame code
Johannes Berg
1
-1
/
+2
[next]