summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * b43legacy: Fix module init messageMichael Buesch2008-03-041-1/+1
| | * rndis_wlan: fix broken data copyJussi Kivilinna2008-03-041-5/+3
| | * libertas: compare the current command with responseSebastian Siewior2008-03-041-3/+1
| | * libertas: fix sanity check on sequence number in command responseDavid Woodhouse2008-03-041-2/+2
| | * p54: fix eeprom parser length sanity checksJohannes Berg2008-03-041-7/+11
| | * p54: fix EEPROM structure endiannessJohannes Berg2008-03-042-5/+5
| | * ssb: Add pcibios_enable_device() return value checkYoichi Yuasa2008-03-041-1/+4
| | * rc80211-pid: fix rate adjustmentStefano Brivio2008-03-041-49/+43
| * | [ESP]: Add select on AUTHENCHerbert Xu2008-03-042-2/+2
| * | [TCP]: Improve ipv4 established hash function.David S. Miller2008-03-041-1/+2
| * | [NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2008-03-042-7/+12
| |/
| * [PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()Jarek Poplawski2008-03-031-1/+6
| * Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()Jarek Poplawski2008-03-031-0/+1
| * [BLUETOOTH]: l2cap info_timer delete fix in hci_conn_delDave Young2008-03-031-1/+2
| * [NET]: Fix race in generic address resolution.Frank Blaschka2008-03-031-1/+1
| * iucv: fix build error on !SMPHeiko Carstens2008-03-031-2/+0
| * [TCP]: Must count fack_count also when skippingIlpo Järvinen2008-03-031-5/+9
| * [TUN]: Fix RTNL-locking in tun/tap driverKim B. Heino2008-02-291-1/+5
| * [SCTP]: Use proc_create to setup de->proc_fops.Pavel Emelyanov2008-02-291-6/+3
| * [IRDA]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-293-11/+9
| * [TCP]: BIC web page link is corrected.Sangtae Ha2008-02-281-2/+3
* | [NETNS][IPV6] icmp6 - make icmpv6_socket per namespaceBenjamin Thery2008-03-051-5/+8
* | [NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespaceDaniel Lezcano2008-03-051-5/+0
* | [NETNS][IPV6] route6 - pass always a valid socket to ip6_dst_lookupDaniel Lezcano2008-03-052-5/+8
* | [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-0511-15/+17
* | [NETNS][IPV6] addrconf - make addrconf per namespaceBenjamin Thery2008-03-051-63/+50
* | [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addr...Daniel Lezcano2008-03-053-24/+57
* | [NETNS][IPV6] proc - protect snmp6 from non-init_net callsDaniel Lezcano2008-03-051-0/+3
* | [NETNS][IPV6] af_inet6 - allow socket creation per namespaceBenjamin Thery2008-03-051-6/+4
* | [NETNS][IPV6] Move sysctl initialization later on in the IPv6 init sequenceBenjamin Thery2008-03-051-13/+14
* | [TCP]: TCP cubic v2.2Sangtae Ha2008-03-041-27/+8
* | [NETNS][IPV6] route6 - Make ip6_dst_gc simplerDaniel Lezcano2008-03-041-9/+13
* | [NETNS][IPV6] route6 - make garbage collection work with multiple network nam...Benjamin Thery2008-03-042-11/+14
* | [NETNS][IPV6] route6 - move ip6_dst_ops inside the network namespaceBenjamin Thery2008-03-042-31/+32
* | [NETNS][IPV6] route6 - dynamically allocate ip6_dst_opsDaniel Lezcano2008-03-041-18/+29
* | [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespaceDaniel Lezcano2008-03-046-108/+171
* | [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointerDaniel Lezcano2008-03-045-40/+78
* | [NETNS][IPV6] route6 - make route6 per namespaceDaniel Lezcano2008-03-043-51/+54
* | [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt...Daniel Lezcano2008-03-043-4/+4
* | [NETNS][IPV6] route6 - Pass network namespace to rt6_add_route_info and rt6_g...Daniel Lezcano2008-03-041-8/+17
* | [NETNS][IPV6] route6 - Make proc entry /proc/net/rt6_stats per namespaceDaniel Lezcano2008-03-041-8/+18
* | [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano2008-03-047-15/+16
* | [NETNS][IPV6] route6 - create route6 proc files for the namespaceDaniel Lezcano2008-03-041-43/+27
* | [AF_KEY]: Dump SA/SP entries non-atomicallyTimo Teras2008-03-031-29/+91
* | [TIPC]: Convert tsock->sem in a mutexMatthias Kaehlcke2008-03-031-28/+28
* | [NETNS][IPV6] rt6_stats - make the stats per network namespaceBenjamin Thery2008-03-034-23/+23
* | [NETNS][IPV6] rt6_stats - dynamically allocate the routes statisticsDaniel Lezcano2008-03-033-12/+20
* | [NETNS][IPV6] fib6_rules - handle several network namespacesDaniel Lezcano2008-03-032-36/+47
* | [NETNS][IPV6] fib6 rule - dynamic allocation of the rules struct opsDaniel Lezcano2008-03-031-9/+17
* | [NETNS][IPV6] ip6_fib - clean node use namespaceBenjamin Thery2008-03-031-10/+15