aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust1-8/+1
2008-07-15Merge branch 'devel' into nextTrond Myklebust10-182/+399
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust1-8/+1
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever1-4/+174
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever1-18/+30
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever1-7/+5
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever1-11/+31
2008-07-15SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever1-4/+8
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-9/+9
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2-9/+9
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar7-2/+7
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2-0/+4
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet140-1383/+1431
2008-07-14[S390] Cleanup iucv printk messages.Ursula Braun2-13/+4
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar40-130/+203
2008-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-78/+58
2008-07-10xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert1-2/+1
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev1-1/+1
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev3-21/+4
2008-07-10ipv4: fib_trie: Fix lookup error returnBen Hutchings1-11/+6
2008-07-10tcp: correct kcalloc usageMilton Miller1-1/+1
2008-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-23/+13
2008-07-09netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells1-1/+1
2008-07-09netfilter: nf_conntrack_tcp: fix endless loopPatrick McHardy1-2/+8
2008-07-09rc80211_pid: Fix fast_start parameter handlingMattias Nissler2-23/+13
2008-07-09SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust2-23/+23
2008-07-09SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever1-12/+0
2008-07-09SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever1-2/+3
2008-07-09SUNRPC: Use rpcbind version 2 GETPORTChuck Lever1-1/+1
2008-07-09SUNRPC: Document some naked integers in rpcbind clientChuck Lever1-13/+36
2008-07-09SUNRPC: More useful debugging output for rpcb clientChuck Lever1-3/+3
2008-07-09SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever2-2/+1
2008-07-09rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\1-9/+5
2008-07-09rpc: remove some unused macros\\\"J. Bruce Fields\\\1-12/+1
2008-07-09rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\1-3/+1
2008-07-09rpc: bring back cl_chattyOlga Kornievskaia1-5/+11
2008-07-09SUNRPC: Remove obsolete messages during transport connectChuck Lever1-7/+1
2008-07-09SUNRPC: Display some debugging information as text rather than numbersChuck Lever1-13/+16
2008-07-09SUNRPC: Refactor rpc_show_tasksChuck Lever1-22/+24
2008-07-09SUNRPC: Don't display the rpc_show_tasks header if there are no tasksChuck Lever1-7/+12
2008-07-09SUNRPC: Rename "call_" functions that are no longer FSM statesChuck Lever1-21/+14
2008-07-09SUNRPC: Add a function to display the name of an RPC procedureChuck Lever1-4/+19
2008-07-09SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust5-11/+11
2008-07-09SUNRPC: An ENOMEM error from call_encode is always fatalTrond Myklebust1-4/+0
2008-07-09SUNRPC: Ensure we exit early in case of an encode errorTrond Myklebust1-2/+7
2008-07-08ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin1-2/+2
2008-07-08SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust1-8/+9
2008-07-08SUNRPC: Fix a double-free in rpcbindTrond Myklebust1-4/+2
2008-07-08irda: Fix netlink error path return valueJulius Volz1-2/+2