summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-01-083-3/+20
|\
| * sunrpc: fix build-time warningRandy Dunlap2010-01-061-1/+1
| * sunrpc: on successful gss error pipe write, don't return errorJeff Layton2009-12-181-1/+16
| * SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust2009-12-181-1/+1
| * SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust2009-12-181-1/+3
* | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-01-061-1/+2
|\ \
| * | sunrpc: fix peername failed on closed listenerXiaotian Feng2010-01-061-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-3012-11/+84
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-295-5/+41
| |\ \ \
| | * | | mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez2009-12-281-0/+12
| | * | | mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez2009-12-281-0/+4
| | * | | cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg2009-12-281-4/+9
| | * | | cfg80211: fix race between deauth and assoc responseJohannes Berg2009-12-281-1/+12
| | * | | mac80211: fix ibss join with fixed-bssidFelix Fietkau2009-12-281-0/+4
| * | | | NET: XFRM: Fix spelling of neighbour.Ralf Baechle2009-12-261-1/+1
| * | | | net: restore ip source validationJamal Hadi Salim2009-12-252-0/+3
| * | | | pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend2009-12-231-2/+7
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-213-3/+32
| |\ \ \ \ | | |/ / /
| | * | | mac80211: fix WMM AP settings applicationJohannes Berg2009-12-211-0/+8
| | * | | mac80211: fix peer HT capabilitiesJohannes Berg2009-12-211-3/+22
| | * | | mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde2009-12-141-0/+2
* | | | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+2
* | | | | kfifo: cleanup namespaceStefani Seibold2009-12-221-1/+1
* | | | | kfifo: move out spinlockStefani Seibold2009-12-221-3/+3
* | | | | kfifo: move struct kfifo in placeStefani Seibold2009-12-221-11/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-214-4/+7
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | ipv6: fix an oops when force unload ipv6 moduleYang Hongyang2009-12-181-1/+2
| * | | netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan2009-12-181-0/+1
| * | | Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko2009-12-171-0/+1
| * | | Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan2009-12-171-1/+1
| * | | Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan2009-12-171-1/+1
| * | | Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin2009-12-171-1/+1
* | | | fs: no games with DCACHE_UNHASHEDNick Piggin2009-12-171-19/+0
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-162-138/+82
|\ \ \ \
| * | | | switch alloc_file() to passing struct pathAl Viro2009-12-161-8/+9
| * | | | switch sock_alloc_file() to alloc_file()Al Viro2009-12-161-11/+11
| * | | | 9p connect fixesAl Viro2009-12-161-66/+46
| * | | | merge sock_alloc_fd/sock_attach_fd into a new helperAl Viro2009-12-161-57/+23
| * | | | reorder alloc_fd/attach_fd in socketpair()Al Viro2009-12-161-17/+14
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-12-161-0/+15
|\ \ \ \ \
| * | | | | nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis2009-12-151-0/+1
| * | | | | rpc: add rpc_queue_empty functionAlexandros Batsakis2009-12-151-0/+14
* | | | | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-164-49/+43
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-2350-246/+412
| |\ \ \ \ \
| * | | | | | Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields2009-11-231-22/+9
| * | | | | | nfsd4: don't try to map gid's in generic rpc codeJ. Bruce Fields2009-10-271-23/+30
| * | | | | | nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-272-4/+4
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-1617-134/+149
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | packet: dont call sleeping functions while holding rcu_read_lock()Eric Dumazet2009-12-151-40/+31
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-156-10/+47
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud