aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-12-25netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan
2008-12-25[S390] convert iucv printks to dev_xxx and pr_xxx macros.Ursula Braun
2008-12-25[S390] iucv: Locking free version of iucv_message_(receive|send)Hendrik Brueckner
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-23rpc: add service field to new upcallOlga Kornievskaia
2008-12-23rpc: add target field to new upcallOlga Kornievskaia
2008-12-23nfsd: support callbacks with gss flavorsOlga Kornievskaia
2008-12-23rpc: allow gss callbacks to clientOlga Kornievskaia
2008-12-23rpc: pass target name down to rpc level on callbacksOlga Kornievskaia
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia
2008-12-23rpc: implement new upcall\"J. Bruce Fields\
2008-12-23rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\
2008-12-23rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\
2008-12-23rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\
2008-12-23rpc: call release_pipe only on last close\"J. Bruce Fields\
2008-12-23rpc: add an rpc_pipe_open method\"J. Bruce Fields\
2008-12-23rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\
2008-12-23rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\
2008-12-23rpc: remove unnecessary assignment\"J. Bruce Fields\
2008-12-23sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach
2008-12-23SUNRPC: rpcsec_gss modules should not be used by out-of-tree codeTrond Myklebust
2008-12-23SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLTrond Myklebust
2008-12-23SUNRPC: Remove the last remnant of the BKL...Trond Myklebust
2008-12-22pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski
2008-12-22net: Fix oops in dev_ifsioc()Jarek Poplawski
2008-12-21pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski
2008-12-21net: add DCNA attribute to the BCN interface for DCBDon Skidmore
2008-12-21net: fix DCB setstate to return success/failureDon Skidmore
2008-12-19mac80211: implement dynamic power saveKalle Valo
2008-12-19mac80211: track master queue statusKalle Valo
2008-12-19mac80211: enable IEEE80211_CONF_PS only when associatedKalle Valo
2008-12-19mac80211: Print unknown packet type in tasklet_handlerLarry Finger
2008-12-19mac80211: fix a typo in ieee80211_send_assoc() method.Rami Rosen
2008-12-19mac80211: Remove radiotap rate-present flag for HTJouni Malinen
2008-12-19mac80211: Send Layer 2 Update frame on reassociationJouni Malinen
2008-12-19mac80211: Add HT rates into RX status reportingJouni Malinen
2008-12-19mac80211: Fix HT channel selectionSujith
2008-12-19nl80211: Add signal strength and bandwith to nl80211station infoHenning Rogge
2008-12-18tcp: Stop scaring users with "treason uncloaked!"Matt Mackall
2008-12-18Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"David S. Miller
2008-12-18net: Fix module refcount leak in kernel_accept()Wei Yongjun
2008-12-17Revert "net: release skb->dst in sock_queue_rcv_skb()"David S. Miller
2008-12-17dccp_diag: LISTEN sockets don't have CCIDsArnaldo Carvalho de Melo
2008-12-17Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont
2008-12-17Phonet: use atomic for packet TX windowRémi Denis-Courmont
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont
2008-12-17Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont
2008-12-16ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang