summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NET_SCHED]: Rationalise return value of qdisc_restartHerbert Xu2007-05-101-10/+11
* [NET]: Fix dev->qdisc race for NETDEV_TX_LOCKED caseThomas Graf2007-05-101-0/+1
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-106-39/+84
* [IPV6] ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.YOSHIFUJI Hideaki2007-05-101-0/+4
* [IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki2007-05-101-4/+12
* [IPV6]: Send ICMPv6 error on scope violations.David L Stevens2007-05-101-3/+10
* [SCTP]: Do not include ABORT chunk header in the notification.Vlad Yasevich2007-05-101-9/+2
* [SCTP]: Correctly copy addresses in sctp_copy_laddrsVlad Yasevich2007-05-101-4/+8
* [SCTP]: Prevent OOPS if hmac modules didn't loadVlad Yasevich2007-05-101-1/+6
* [NET] link_watch: Always schedule urgent eventsHerbert Xu2007-05-101-19/+41
* [NET] link_watch: Eliminate potential delay on wrap-aroundHerbert Xu2007-05-101-1/+3
* [NET_SCHED]: teql_enqueue can check limits before skb enqueueKrishna Kumar2007-05-101-3/+2
* [MAC80211]: include <linux/delay.h> instead of <asm/delay.h>Geert Uytterhoeven2007-05-101-1/+1
* [NET]: Remove link_watch delay for up even when we're downHerbert Xu2007-05-101-23/+67
* [NET] link_watch: Move link watch list into net_deviceHerbert Xu2007-05-101-35/+15
* [Bluetooth] Switch to using input_dev->dev.parentMarcel Holtmann2007-05-101-5/+5
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-05-104-3/+4
|\
| * [S390] Kconfig: no wireless on s390.Martin Schwidefsky2007-05-101-0/+1
| * [S390] Kconfig: unwanted menus for s390.Martin Schwidefsky2007-05-103-3/+3
* | AF_RXRPC: reduce debugging noiseDavid Howells2007-05-101-2/+2
|/
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2007-05-092-3/+21
|\
| * [PATCH] ieee80211: include frequency in scan resultsLarry Finger2007-05-081-3/+5
| * [PATCH] ieee80211: add ieee80211_channel_to_freqLarry Finger2007-05-081-0/+16
* | sunrpc: fix crash in rpc_malloc()Peter Zijlstra2007-05-091-0/+4
* | SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/freeChuck Lever2007-05-091-7/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-0912-14/+14
|\ \
| * | Fix occurrences of "the the "Michael Opdenacker2007-05-099-10/+10
| * | Fix trivial typos in Kconfig* filesDavid Sterba2007-05-093-4/+4
* | | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-093-2/+8
* | | knfsd: simplify a 'while' condition in svcsock.cNeilBrown2007-05-091-8/+13
* | | knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpcWei Yongjun2007-05-091-0/+2
* | | knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb...Frank Filz2007-05-091-1/+4
* | | knfsd: rpc: fix server-side wrapping of krb5i repliesNeilBrown2007-05-091-7/+1
* | | sunrpc: fix error path in module_initAkinobu Mita2007-05-092-3/+12
* | | RPC: add wrapper for svc_reserve to account for checksumJeff Layton2007-05-091-1/+1
* | | knfsd: rename sk_defer_lock to sk_lockNeilBrown2007-05-092-11/+12
* | | unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-1/+1
* | | ipvs: flush defense_work before module unloadOleg Nesterov2007-05-091-0/+1
|/ /
* | Fix sunrpc warning noiseGeert Uytterhoeven2007-05-081-4/+4
* | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-0817-17/+0
* | VFS: delay the dentry name generation on sockets and pipesEric Dumazet2007-05-081-7/+13
|/
* Fix bluetooth HCI sysfs compileLinus Torvalds2007-05-071-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-05-0712-19/+663
|\
| * [NET]: rfkill: add support for input key to control wireless radioIvo van Doorn2007-05-076-0/+614
| * [NET] net/core: Fix error handlingJosef 'Jeff' Sipek2007-05-071-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller2007-05-075-17/+47
| |\
| | * [Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCMarcel Holtmann2007-05-051-0/+10
| | * [Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann2007-05-051-3/+8
| | * [Bluetooth] Use in-kernel sockets APIMarcel Holtmann2007-05-051-13/+6
| | * [Bluetooth] Attach host adapters to the Bluetooth busMarcel Holtmann2007-05-051-1/+8